Minor cleanups.
[seabios.git] / src / system.c
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-10 Kevin O'ConnorCall to int 1587 shouldn't alter regs->cx.
2008-03-09 Kevin O'ConnorFix bug in int 1587.
2008-03-09 Kevin O'ConnorSimplify e820 map generation.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-09 Kevin O'ConnorOptimize insb/outsb/insw/etc. functions.
2008-03-09 Kevin O'ConnorMinor cleanups.
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.
2008-03-08 Kevin O'ConnorRevert "This patch adds the BIOS support for SMP, ACPI...
2008-03-08 Kevin O'Connoruse symbols for E820 memory types
2008-03-07 Kevin O'ConnorUse symbols for cmos offsets in ram_probe()
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-06 Kevin O'ConnorThis patch adds the BIOS support for SMP, ACPI, PCI...
2008-03-06 Kevin O'ConnorAdd initial support for apmbios code.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorRename PORT_KBD_* to PORT_PS2_*
2008-03-01 Kevin O'ConnorMinor - reduce stack usage of handle_1587.
2008-03-01 Kevin O'ConnorFix for int15 handlers.
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.