- Timestamp:
- Jan 8, 2013 2:23:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/eltorito.c
r44018 r44254 161 161 switch (GET_AH()) { 162 162 163 // FIXME ElTorito Various. Should be implemented163 // FIXME ElTorito Various. Not implemented in many real BIOSes. 164 164 case 0x4a: // ElTorito - Initiate disk emu 165 165 case 0x4c: // ElTorito - Initiate disk emu and boot 166 166 case 0x4d: // ElTorito - Return Boot catalog 167 BX_ PANIC("%s: call with AX=%04x. Please report\n", __func__, AX);167 BX_INFO("%s: call with AX=%04x not implemented.\n", __func__, AX); 168 168 goto int13_fail; 169 169 break;
Note:
See TracChangeset
for help on using the changeset viewer.