Changeset 4525 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Sep 5, 2007 8:46:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/logo.c
r3721 r4525 1050 1050 1051 1051 // Change first boot device code to selected one 1052 if (scode > 0x02 && scode <= 0x05)1052 if (scode >= 0x02 && scode <= 0x05) 1053 1053 { 1054 1054 write_byte(ebda_seg,&EbdaData->uForceBootDrive, scode-1);
Note:
See TracChangeset
for help on using the changeset viewer.