Change license from GPLv3 to LGPLv3.
[seabios.git] / src / boot.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-31 Kevin O'ConnorUse new 'struct disk_op_s' to issue ata requests.
2008-12-31 Kevin O'ConnorReturn CDEMU parameters to ebda segment (instead of...
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove most of ATA and CDEMU from ebda to global variables.
2008-12-11 Kevin O'ConnorFix boot when CONFIG_CDROM_BOOT is disabled.
2008-11-08 Kevin O'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-08-17 Kevin O'ConnorMisc minor improvements.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-12 Kevin O'ConnorAdd workaround for older gcc's not fully supporting...
2008-07-06 Kevin O'ConnorConvert bootup code (int18/int19) to 32bit mode.
2008-07-06 Kevin O'ConnorMove $PnP string from boot.c to romlayout.S.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-06-21 Kevin O'ConnorInit serial port before using it for debug - also reini...
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-18 Kevin O'ConnorEstablish boot order in post stage.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-03-29 Kevin O'ConnorCleanup boot order determination.
2008-03-29 Kevin O'ConnorMerge IPL segment into EBDA segment.
2008-03-23 Kevin O'ConnorBreakout cdrom emulation support into CONFIG_CDROM_EMU.
2008-03-13 Kevin O'ConnorMove ata_detect call to 32bit code.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-09 Kevin O'ConnorFix booting logic on failure.
2008-03-09 Kevin O'ConnorMinor cleanups.
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-01 Kevin O'ConnorMake disk access work.
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-27 Kevin O'ConnorMerge recent changes to bochs-bios CVS head.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.