aboutsummaryrefslogtreecommitdiffstats
path: root/src/rombios.lds.S
Commit message (Expand)AuthorAgeFilesLines
* Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor2010-05-011-34/+0
* Add explicit Program Headers to linker scripts.Kevin O'Connor2010-01-101-1/+5
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-4/+7
* Fix potential build failure due to text16 section being too large.Kevin O'Connor2009-12-191-2/+4
* Allow rom to grow beyond 64K.Kevin O'Connor2009-09-201-3/+4
* Add auto-generated version info to each build.Kevin O'Connor2009-07-291-0/+1
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-2/+5
* Minor - formatting enhancements; add memset_far funcs.Kevin O'Connor2009-05-061-2/+2
* Rework linker scripts so they work on new version of ld.Kevin O'Connor2009-04-081-1/+1
* Minor - don't force align the 32 bss.Kevin O'Connor2009-01-171-2/+0
* Try to automatically fit sections into open spaces in the fixed area.Kevin O'Connor2009-01-171-1/+1
* Layout fixed area using linker instead of assembler.Kevin O'Connor2009-01-171-5/+1
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Add linker magic to ensure 16bit variables aren't repeated in 32bit code.Kevin O'Connor2008-12-281-0/+1
* Place .bss section in 0xf0000 segment.Kevin O'Connor2008-11-071-4/+0
* Relinking rom32.o twice seems flaky - make third link stage.Kevin O'Connor2008-07-061-0/+29