aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Add code (currently disabled) to mask run away irqs.Kevin O'Connor2008-06-211-1/+1
* Cleanup handling of interrupt controller (PIC).Kevin O'Connor2008-06-141-2/+3
* Generate PIR table at post time.Kevin O'Connor2008-06-121-1/+1
* Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor2008-06-111-1/+2
* Enhance e820 memory map generation.Kevin O'Connor2008-06-081-1/+1
* Separate out ram shadow code and permit more code to write to bios.Kevin O'Connor2008-06-081-1/+1
* Add compile options to reduce stack usage.Kevin O'Connor2008-05-121-1/+2
* Use a linker script for 16bit code.Kevin O'Connor2008-05-121-3/+3
* Fix elf build; rename target file rom.bin to bios.bin.Kevin O'Connor2008-05-101-2/+2
* Move timer setup from post.c to clock.c.Kevin O'Connor2008-04-131-2/+2
* Move serial/lpt setup from post.c to serial.cKevin O'Connor2008-04-131-3/+2
* Move floppy setup code from post.c to floppy.c.Kevin O'Connor2008-04-131-2/+2
* Add compile options to Makefile to reduce stack space.Kevin O'Connor2008-04-131-4/+6
* Forward port new boot menu features from bochs bios.Kevin O'Connor2008-04-051-1/+1
* Basic support for PCI BIOS.Kevin O'Connor2008-03-161-2/+2
* Minor cleanups.Kevin O'Connor2008-03-151-4/+0
* Move keyboard setup to kbd.c.Kevin O'Connor2008-03-121-1/+1
* Move ata_detect call to 32bit code.Kevin O'Connor2008-03-121-1/+1
* Force functions marked as inline to always be inlined.Kevin O'Connor2008-03-111-1/+2
* Add build option -fomit-frame-pointer.Kevin O'Connor2008-03-091-1/+1
* Port rombios32 code from bochs-bios.Kevin O'Connor2008-03-081-2/+2
* Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."Kevin O'Connor2008-03-081-18/+2
* This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.Kevin O'Connor2008-03-051-2/+18
* Add initial support for apmbios code.Kevin O'Connor2008-03-051-1/+1
* Move cdrom code to its own file (cdrom.c).Kevin O'Connor2008-03-041-1/+1
* Apply workaround to allow compiling under Ubuntu.Kevin O'Connor2008-03-021-10/+28
* Enhance included bios tables.Kevin O'Connor2008-03-021-2/+5
* Fix header guards produced by defsys.pyKevin O'Connor2008-03-011-1/+1
* Initial support for ATA disks.Kevin O'Connor2008-02-291-1/+2
* Have compiler add debugging info to main 16bit code.Kevin O'Connor2008-02-281-2/+3
* Some cleanups based on patch by Nguyen Anh QuynhKevin O'Connor2008-02-271-2/+10
* Misc updates.Kevin O'Connor2008-02-261-3/+3
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-1/+1
* Version 0.1.1rel-0.1.1Kevin O'Connor2008-02-251-1/+1
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+88