aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Improve some debugging output.Kevin O'Connor1-1/+1
2008-06-21Init serial port before using it for debug - also reinit after option rom.Kevin O'Connor1-0/+2
2008-06-12Support config driven debugging of each irq handler.Kevin O'Connor1-2/+2
2008-05-24Improve control of debug messages.Kevin O'Connor1-2/+2
2008-05-18Establish boot order in post stage.Kevin O'Connor1-17/+5
2008-04-05Forward port new boot menu features from bochs bios.Kevin O'Connor1-11/+39
2008-03-29Cleanup boot order determination.Kevin O'Connor1-20/+9
2008-03-29Merge IPL segment into EBDA segment.Kevin O'Connor1-5/+5
2008-03-22Breakout cdrom emulation support into CONFIG_CDROM_EMU.Kevin O'Connor1-0/+1
2008-03-12Move ata_detect call to 32bit code.Kevin O'Connor1-11/+0
2008-03-11Don't save/restore flags and ebp on external calls - saves on stack space.Kevin O'Connor1-1/+3
2008-03-09Fix booting logic on failure.Kevin O'Connor1-4/+11
2008-03-08Minor cleanups.Kevin O'Connor1-0/+3
2008-03-05Rename VISIBLE macro for better control.Kevin O'Connor1-4/+4
2008-03-04Get CDROM emulation working.Kevin O'Connor1-4/+19
2008-03-02Bug fixes; get mouse working.Kevin O'Connor1-1/+2
2008-03-02Enhance included bios tables.Kevin O'Connor1-0/+5
2008-03-01Make disk access work.Kevin O'Connor1-1/+1
2008-02-29Initial support for ATA disks.Kevin O'Connor1-0/+2
2008-02-27Merge recent changes to bochs-bios CVS head.Kevin O'Connor1-2/+4
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-75/+139
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+118