- Timestamp:
- Mar 13, 2007 10:38:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r1070 r1436 698 698 } 699 699 #endif 700 701 /* Force a BIOS cold boot after a reset. */702 uint16_t *pu16WarmBoot = (uint16_t *)MMPhysGCPhys2HCVirt(pVM, 0x00000472, 2);703 AssertRelease(pu16WarmBoot);704 *pu16WarmBoot = 0;705 700 } 706 701
Note:
See TracChangeset
for help on using the changeset viewer.