Changeset 24521 in vbox
- Timestamp:
- Nov 9, 2009 5:16:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r24246 r24521 11263 11263 je eoi_jmp_post 11264 11264 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 11265 11269 ;; Examine CMOS shutdown status. 11266 11270 ;; 0x01,0x02,0x03,0x04,0x06,0x07,0x08, 0x0a, 0x0b, 0x0c = Unimplemented shutdown status. 11267 11271 push bx 11268 11272 call _shutdown_status_panic 11273 #endif 11269 11274 11270 11275 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.