VirtualBox

Changeset 1436 in vbox for trunk


Ignore:
Timestamp:
Mar 13, 2007 10:38:52 AM (18 years ago)
Author:
vboxsync
Message:

Reset should honor the warm reboot flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r1070 r1436  
    698698    }
    699699#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;
    705700}
    706701
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