aboutsummaryrefslogtreecommitdiffstats
path: root/src/rombios32.lds.S
Commit message (Expand)AuthorAgeFilesLines
* Rework linker scripts so they work on new version of ld.Kevin O'Connor2009-04-081-4/+4
* Minor - don't force align the 32 bss.Kevin O'Connor2009-01-171-3/+1
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Cleanup of fixed space addresses.Kevin O'Connor2008-12-131-3/+1
* Place .bss section in 0xf0000 segment.Kevin O'Connor2008-11-071-8/+4
* Relinking rom32.o twice seems flaky - make third link stage.Kevin O'Connor2008-07-061-21/+9
* Ensure proper alignment of subsections.Kevin O'Connor2008-07-051-0/+6
* Use ld to build final rom; remove custom build utilities.Kevin O'Connor2008-07-051-19/+25
* Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor2008-07-041-2/+2
* Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor2008-06-111-2/+1
* Use a linker script for 16bit code.Kevin O'Connor2008-05-121-2/+2
* Make sure we zero bss before calling rombios32 code.Kevin O'Connor2008-03-161-1/+1
* Port rombios32 code from bochs-bios.Kevin O'Connor2008-03-081-1/+2
* Cleanup implementation of call16().Kevin O'Connor2008-03-011-1/+1
* Some cleanups based on patch by Nguyen Anh QuynhKevin O'Connor2008-02-271-1/+1
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-0/+1
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+31