Layout fixed area using linker instead of assembler.
[seabios.git] / src / config.h
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
2009-01-05 Kevin O'ConnorInitial KVM support.
2009-01-02 Kevin O'ConnorThe BDA is at segment 0x0040 not 0x0000.
2008-12-27 Kevin O'ConnorSupport a relocatable ebda segment.
2008-12-21 Kevin O'ConnorInitial PnP bios call support.
2008-12-20 Kevin O'ConnorRework default hwirq handler so there is no confusion...
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-12-14 Kevin O'ConnorDefine and consistently use BUILD_APIC_ADDR and BUILD_I...
2008-12-07 Kevin O'ConnorDon't overwrite memory on smm init.
2008-12-07 Kevin O'ConnorExecute smp detect code in place instead of copying it.
2008-12-06 Kevin O'ConnorCall option roms in "big real mode".
2008-12-06 Kevin O'ConnorAdd additional PCI option rom checks.
2008-11-12 Kevin O'ConnorMove POST stack from 0xfffe to 0x7c00.
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-09 Kevin O'ConnorOverhaul option rom processing.
2008-11-09 Kevin O'ConnorMove 32bit segment defines from romlayout.S to config.h.
2008-11-08 Kevin O'ConnorUpdate e820 map in place instead of copying it.
2008-11-08 Kevin O'ConnorPlace .bss section in 0xf0000 segment.
2008-08-17 Kevin O'ConnorReturn max bus number in int 1a/b101 call.
2008-08-17 Kevin O'ConnorRemove CONFIG_QEMU option - breakout into other options.
2008-07-22 Kevin O'ConnorAdd config option to disable scanning for option roms.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-12 Kevin O'ConnorAdd option to disable mptable generation.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorClean up #ifdefs.
2008-06-21 Kevin O'ConnorAdd code (currently disabled) to mask run away irqs.
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-13 Kevin O'ConnorAdd config option CONFIG_ACPI for turning off ACPI...
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-07 Kevin O'ConnorMisc minor updates.
2008-05-26 Kevin O'ConnorSupport config option to disable APM BIOS calls.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-25 Kevin O'ConnorPCI enhancements.
2008-05-18 Kevin O'ConnorInitial support for coreboot.
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.
2008-05-08 Kevin O'ConnorAdd support for sending debug messages to a serial...
2008-05-07 Kevin O'ConnorThis patch does:
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-23 Kevin O'ConnorBreakout cdrom emulation support into CONFIG_CDROM_EMU.
2008-03-16 Kevin O'ConnorBasic support for PCI 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-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-05 Kevin O'ConnorInitial cd emulation code.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.