aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-15Unify mode16/32 compiler checks.Kevin O'Connor1-0/+1
2009-06-10Add support for gcc v3.x compilers.Kevin O'Connor1-1/+9
2009-06-10Do garbage collection of unused sections.Kevin O'Connor1-5/+17
2009-01-17Move variables from assembler to C code.Kevin O'Connor1-0/+3
2009-01-17Layout fixed area using linker instead of assembler.Kevin O'Connor1-2/+2
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-2/+5
2008-12-28Add linker magic to ensure 16bit variables aren't repeated in 32bit code.Kevin O'Connor1-4/+11
2008-12-10Improve support for old 16bit resume handlers.Kevin O'Connor1-0/+1
2008-07-13Always define macro MODE16 - that way it can be used in C conditionals.Kevin O'Connor1-1/+1
2008-06-11Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor1-0/+2
2008-05-18Auto detect EBDA_SIZE from size of data structure.Kevin O'Connor1-0/+1
2008-05-14Add full support for drives with more that 2<<32 sectors.Kevin O'Connor1-0/+5
2008-05-13Reduce ide stack usage by reorganizing ata calls.Kevin O'Connor1-0/+1
2008-04-13Use __always_inline to force inlining.Kevin O'Connor1-1/+1
2008-04-05Add s64 type to types.h.Kevin O'Connor1-1/+2
2008-03-12Update interger types in rombios32 code.Kevin O'Connor1-0/+1
2008-03-11Add FIELD_SIZEOF macro to types.hKevin O'Connor1-0/+1
2008-03-11Force functions marked as inline to always be inlined.Kevin O'Connor1-0/+2
2008-03-08Port rombios32 code from bochs-bios.Kevin O'Connor1-0/+5
2008-03-08Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."Kevin O'Connor1-1/+0
2008-03-05Rename VISIBLE macro for better control.Kevin O'Connor1-1/+10
2008-03-05This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.Kevin O'Connor1-0/+1
2008-03-03types.h & ata.hKevin O'Connor1-0/+2
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-0/+3
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+21