aboutsummaryrefslogtreecommitdiff
path: root/src/rombios16.lds.S
AgeCommit message (Expand)AuthorFilesLines
2009-05-23Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor1-9/+4
2009-05-23Pack 16bit code into last part of f-segment.Kevin O'Connor1-5/+0
2009-04-08Rework linker scripts so they work on new version of ld.Kevin O'Connor1-5/+3
2009-01-17Minor - don't force align the 32 bss.Kevin O'Connor1-1/+1
2009-01-17Try to automatically fit sections into open spaces in the fixed area.Kevin O'Connor1-0/+1
2009-01-17Layout fixed area using linker instead of assembler.Kevin O'Connor1-14/+6
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-29Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor1-4/+5
2008-12-13Cleanup of fixed space addresses.Kevin O'Connor1-0/+2
2008-11-08Support .bss variables in 16bit code (ones that the 32bit code can set).Kevin O'Connor1-0/+2
2008-07-06Relinking rom32.o twice seems flaky - make third link stage.Kevin O'Connor1-2/+10
2008-07-05Use ld to build final rom; remove custom build utilities.Kevin O'Connor1-14/+5
2008-06-11Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor1-1/+1
2008-05-12Use a linker script for 16bit code.Kevin O'Connor1-0/+31