Allow rom to grow beyond 64K.
[seabios.git] / src / rombios.lds.S
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-07-30 Kevin O'ConnorAdd auto-generated version info to each build.
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-05-07 Kevin O'ConnorMinor - formatting enhancements; add memset_far funcs.
2009-04-09 Kevin O'ConnorRework linker scripts so they work on new version of ld.
2009-01-18 Kevin O'ConnorMinor - don't force align the 32 bss.
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-29 Kevin O'ConnorAdd linker magic to ensure 16bit variables aren't repea...
2008-11-08 Kevin O'ConnorPlace .bss section in 0xf0000 segment.
2008-07-06 Kevin O'ConnorRelinking rom32.o twice seems flaky - make third link...