aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Fix boot when CONFIG_CDROM_BOOT is disabled.Kevin O'Connor2008-12-101-1/+1
* Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor2008-11-081-2/+2
* Rename memcpy() to memcpy_far() and add regular memcpy() code.Kevin O'Connor2008-08-291-1/+1
* Misc minor improvements.Kevin O'Connor2008-08-171-4/+4
* Add additional config options to remove parts of code.Kevin O'Connor2008-07-211-0/+3
* Add workaround for older gcc's not fully supporting VISIBLE32.Kevin O'Connor2008-07-121-0/+4
* Convert bootup code (int18/int19) to 32bit mode.Kevin O'Connor2008-07-061-4/+2
* Move $PnP string from boot.c to romlayout.S.Kevin O'Connor2008-07-061-5/+0
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+2
* Improve some debugging output.Kevin O'Connor2008-06-281-1/+1
* Init serial port before using it for debug - also reinit after option rom.Kevin O'Connor2008-06-211-0/+2
* Support config driven debugging of each irq handler.Kevin O'Connor2008-06-121-2/+2
* Improve control of debug messages.Kevin O'Connor2008-05-241-2/+2
* Establish boot order in post stage.Kevin O'Connor2008-05-181-17/+5
* Forward port new boot menu features from bochs bios.Kevin O'Connor2008-04-051-11/+39
* Cleanup boot order determination.Kevin O'Connor2008-03-291-20/+9
* Merge IPL segment into EBDA segment.Kevin O'Connor2008-03-291-5/+5
* Breakout cdrom emulation support into CONFIG_CDROM_EMU.Kevin O'Connor2008-03-221-0/+1
* Move ata_detect call to 32bit code.Kevin O'Connor2008-03-121-11/+0
* Don't save/restore flags and ebp on external calls - saves on stack space.Kevin O'Connor2008-03-111-1/+3
* Fix booting logic on failure.Kevin O'Connor2008-03-091-4/+11
* Minor cleanups.Kevin O'Connor2008-03-081-0/+3
* Rename VISIBLE macro for better control.Kevin O'Connor2008-03-051-4/+4
* Get CDROM emulation working.Kevin O'Connor2008-03-041-4/+19
* Bug fixes; get mouse working.Kevin O'Connor2008-03-021-1/+2
* Enhance included bios tables.Kevin O'Connor2008-03-021-0/+5
* Make disk access work.Kevin O'Connor2008-03-011-1/+1
* Initial support for ATA disks.Kevin O'Connor2008-02-291-0/+2
* Merge recent changes to bochs-bios CVS head.Kevin O'Connor2008-02-271-2/+4
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-75/+139
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+118