Cleanup handling of interrupt controller (PIC).
[seabios.git] / Makefile
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorGenerate PIR table at post time.
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-08 Kevin O'ConnorSeparate out ram shadow code and permit more code to...
2008-05-13 Kevin O'ConnorAdd compile options to reduce stack usage.
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.
2008-05-10 Kevin O'ConnorFix elf build; rename target file rom.bin to bios.bin.
2008-04-13 Kevin O'ConnorMove timer setup from post.c to clock.c.
2008-04-13 Kevin O'ConnorMove serial/lpt setup from post.c to serial.c
2008-04-13 Kevin O'ConnorMove floppy setup code from post.c to floppy.c.
2008-04-13 Kevin O'ConnorAdd compile options to Makefile to reduce stack space.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-15 Kevin O'ConnorMinor cleanups.
2008-03-13 Kevin O'ConnorMove keyboard setup to kbd.c.
2008-03-13 Kevin O'ConnorMove ata_detect call to 32bit code.
2008-03-11 Kevin O'ConnorForce functions marked as inline to always be inlined.
2008-03-09 Kevin O'ConnorAdd build option -fomit-frame-pointer.
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-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-05 Kevin O'ConnorMove cdrom code to its own file (cdrom.c).
2008-03-03 Kevin O'ConnorApply workaround to allow compiling under Ubuntu.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-01 Kevin O'ConnorFix header guards produced by defsys.py
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-29 Kevin O'ConnorHave compiler add debugging info to main 16bit code.
2008-02-27 Kevin O'ConnorSome cleanups based on patch by Nguyen Anh Quynh
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.