Change license from GPLv3 to LGPLv3.
[seabios.git] / src / rombios32.lds.S
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-13 Kevin O'ConnorCleanup of fixed space addresses.
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...
2008-07-06 Kevin O'ConnorEnsure proper alignment of subsections.
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.
2008-03-17 Kevin O'ConnorMake sure we zero bss before calling rombios32 code.
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.
2008-03-01 Kevin O'ConnorCleanup implementation of call16().
2008-02-27 Kevin O'ConnorSome cleanups based on patch by Nguyen Anh Quynh
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.