aboutsummaryrefslogtreecommitdiff
path: root/src/system.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-17Unify memory size detection.Kevin O'Connor1-41/+23
2008-05-06Minor cleanups.Kevin O'Connor1-1/+1
2008-04-13Compile fixes for gcc 4.3.Kevin O'Connor1-1/+1
2008-04-12Fix bug causing low memory configs to be off by 1024 in e820 maps.Kevin O'Connor1-0/+1
2008-04-05Port fix from bochs-bios for incorrect acpi on boxes < 16M.Kevin O'Connor1-1/+1
2008-03-30Minor cleanups.Kevin O'Connor1-5/+4
2008-03-11Reduce stack usage for ISRs; minor fixes.Kevin O'Connor1-6/+6
2008-03-09Call to int 1587 shouldn't alter regs->cx.Kevin O'Connor1-1/+2
2008-03-09Fix bug in int 1587.Kevin O'Connor1-5/+6
2008-03-09Simplify e820 map generation.Kevin O'Connor1-43/+27
2008-03-09Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor1-22/+20
2008-03-09Optimize insb/outsb/insw/etc. functions.Kevin O'Connor1-1/+0
2008-03-08Minor cleanups.Kevin O'Connor1-1/+1
2008-03-08Port rombios32 code from bochs-bios.Kevin O'Connor1-12/+0
2008-03-08Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."Kevin O'Connor1-1/+2
2008-03-08use symbols for E820 memory typesKevin O'Connor1-6/+12
2008-03-06Use symbols for cmos offsets in ram_probe()Kevin O'Connor1-10/+10
2008-03-05Rename VISIBLE macro for better control.Kevin O'Connor1-7/+7
2008-03-05This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.Kevin O'Connor1-2/+1
2008-03-05Add initial support for apmbios code.Kevin O'Connor1-7/+0
2008-03-02Bug fixes; get mouse working.Kevin O'Connor1-2/+2
2008-03-02Enhance included bios tables.Kevin O'Connor1-0/+1
2008-03-02Rename PORT_KBD_* to PORT_PS2_*Kevin O'Connor1-2/+2
2008-03-01Minor - reduce stack usage of handle_1587.Kevin O'Connor1-9/+5
2008-03-01Fix for int15 handlers.Kevin O'Connor1-23/+26
2008-02-26Misc updates.Kevin O'Connor1-58/+4
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-0/+17
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+529