VirtualBox

Changeset 44254 in vbox for trunk/src


Ignore:
Timestamp:
Jan 8, 2013 2:23:51 PM (12 years ago)
Author:
vboxsync
Message:

BIOS: Do not panic when an unsupported El Torito function is called.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/eltorito.c

    r44018 r44254  
    161161    switch (GET_AH()) {
    162162
    163     // FIXME ElTorito Various. Should be implemented
     163    // FIXME ElTorito Various. Not implemented in many real BIOSes.
    164164    case 0x4a: // ElTorito - Initiate disk emu
    165165    case 0x4c: // ElTorito - Initiate disk emu and boot
    166166    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);
    168168        goto int13_fail;
    169169        break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette