VirtualBox

Changeset 24521 in vbox


Ignore:
Timestamp:
Nov 9, 2009 5:16:59 PM (15 years ago)
Author:
vboxsync
Message:

Ignore all other CMOS shutdown status values (OpenSolaris sets it to 0xA for some reason in certain cases)

File:
1 edited

Legend:

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

    r24246 r24521  
    1126311263  je  eoi_jmp_post
    1126411264
     11265#ifdef VBOX
     11266  ;; just ignore all other CMOS shutdown status values (OpenSolaris sets it to 0xA for some reason in certain cases)
     11267  jmp normal_post
     11268#else
    1126511269  ;; Examine CMOS shutdown status.
    1126611270  ;;  0x01,0x02,0x03,0x04,0x06,0x07,0x08, 0x0a, 0x0b, 0x0c = Unimplemented shutdown status.
    1126711271  push bx
    1126811272  call _shutdown_status_panic
     11273#endif
    1126911274
    1127011275#if 0
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