aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.c
Commit message (Expand)AuthorAgeFilesLines
* Port fix from bochs-bios for incorrect acpi on boxes < 16M.Kevin O'Connor2008-04-051-1/+1
* Minor cleanups.Kevin O'Connor2008-03-301-5/+4
* Reduce stack usage for ISRs; minor fixes.Kevin O'Connor2008-03-111-6/+6
* Call to int 1587 shouldn't alter regs->cx.Kevin O'Connor2008-03-091-1/+2
* Fix bug in int 1587.Kevin O'Connor2008-03-091-5/+6
* Simplify e820 map generation.Kevin O'Connor2008-03-091-43/+27
* Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor2008-03-091-22/+20
* Optimize insb/outsb/insw/etc. functions.Kevin O'Connor2008-03-091-1/+0
* Minor cleanups.Kevin O'Connor2008-03-081-1/+1
* Port rombios32 code from bochs-bios.Kevin O'Connor2008-03-081-12/+0
* Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."Kevin O'Connor2008-03-081-1/+2
* use symbols for E820 memory typesKevin O'Connor2008-03-081-6/+12
* Use symbols for cmos offsets in ram_probe()Kevin O'Connor2008-03-061-10/+10
* Rename VISIBLE macro for better control.Kevin O'Connor2008-03-051-7/+7
* This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.Kevin O'Connor2008-03-051-2/+1
* Add initial support for apmbios code.Kevin O'Connor2008-03-051-7/+0
* Bug fixes; get mouse working.Kevin O'Connor2008-03-021-2/+2
* Enhance included bios tables.Kevin O'Connor2008-03-021-0/+1
* Rename PORT_KBD_* to PORT_PS2_*Kevin O'Connor2008-03-021-2/+2
* Minor - reduce stack usage of handle_1587.Kevin O'Connor2008-03-011-9/+5
* Fix for int15 handlers.Kevin O'Connor2008-03-011-23/+26
* Misc updates.Kevin O'Connor2008-02-261-58/+4
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-0/+17
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+529