Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-01-17 | Minor - don't force align the 32 bss. | Kevin O'Connor | 1 | -1/+1 |
2009-01-17 | Try to automatically fit sections into open spaces in the fixed area. | Kevin O'Connor | 1 | -0/+1 |
2009-01-17 | Layout fixed area using linker instead of assembler. | Kevin O'Connor | 1 | -14/+6 |
2009-01-15 | Change license from GPLv3 to LGPLv3. | Kevin O'Connor | 1 | -1/+1 |
2008-12-29 | Add more linker protections around variables accessed from 16bit mode. | Kevin O'Connor | 1 | -4/+5 |
2008-12-13 | Cleanup of fixed space addresses. | Kevin O'Connor | 1 | -0/+2 |
2008-11-08 | Support .bss variables in 16bit code (ones that the 32bit code can set). | Kevin O'Connor | 1 | -0/+2 |
2008-07-06 | Relinking rom32.o twice seems flaky - make third link stage. | Kevin O'Connor | 1 | -2/+10 |
2008-07-05 | Use ld to build final rom; remove custom build utilities. | Kevin O'Connor | 1 | -14/+5 |
2008-06-11 | Move acpi code out of rombios32.c; clean up use of fixed memory addresses. | Kevin O'Connor | 1 | -1/+1 |
2008-05-12 | Use a linker script for 16bit code. | Kevin O'Connor | 1 | -0/+31 |