index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix boot when CONFIG_CDROM_BOOT is disabled.
Kevin O'Connor
2008-12-10
1
-1
/
+1
*
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
2008-11-08
1
-2
/
+2
*
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
2008-08-29
1
-1
/
+1
*
Misc minor improvements.
Kevin O'Connor
2008-08-17
1
-4
/
+4
*
Add additional config options to remove parts of code.
Kevin O'Connor
2008-07-21
1
-0
/
+3
*
Add workaround for older gcc's not fully supporting VISIBLE32.
Kevin O'Connor
2008-07-12
1
-0
/
+4
*
Convert bootup code (int18/int19) to 32bit mode.
Kevin O'Connor
2008-07-06
1
-4
/
+2
*
Move $PnP string from boot.c to romlayout.S.
Kevin O'Connor
2008-07-06
1
-5
/
+0
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Improve some debugging output.
Kevin O'Connor
2008-06-28
1
-1
/
+1
*
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
2008-06-21
1
-0
/
+2
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-2
/
+2
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
1
-2
/
+2
*
Establish boot order in post stage.
Kevin O'Connor
2008-05-18
1
-17
/
+5
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
1
-11
/
+39
*
Cleanup boot order determination.
Kevin O'Connor
2008-03-29
1
-20
/
+9
*
Merge IPL segment into EBDA segment.
Kevin O'Connor
2008-03-29
1
-5
/
+5
*
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
Kevin O'Connor
2008-03-22
1
-0
/
+1
*
Move ata_detect call to 32bit code.
Kevin O'Connor
2008-03-12
1
-11
/
+0
*
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
2008-03-11
1
-1
/
+3
*
Fix booting logic on failure.
Kevin O'Connor
2008-03-09
1
-4
/
+11
*
Minor cleanups.
Kevin O'Connor
2008-03-08
1
-0
/
+3
*
Rename VISIBLE macro for better control.
Kevin O'Connor
2008-03-05
1
-4
/
+4
*
Get CDROM emulation working.
Kevin O'Connor
2008-03-04
1
-4
/
+19
*
Bug fixes; get mouse working.
Kevin O'Connor
2008-03-02
1
-1
/
+2
*
Enhance included bios tables.
Kevin O'Connor
2008-03-02
1
-0
/
+5
*
Make disk access work.
Kevin O'Connor
2008-03-01
1
-1
/
+1
*
Initial support for ATA disks.
Kevin O'Connor
2008-02-29
1
-0
/
+2
*
Merge recent changes to bochs-bios CVS head.
Kevin O'Connor
2008-02-27
1
-2
/
+4
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-75
/
+139
*
Initial checkin.
rel-0.1.0
Kevin O'Connor
2008-02-25
1
-0
/
+118