VirtualBox

Changes between Initial Version and Version 1 of Ticket #7509


Ignore:
Timestamp:
Sep 23, 2010 8:29:24 AM (14 years ago)
Author:
Frank Mehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7509 – Description

    initial v1  
    11My Windows Vista use SKU Number info in DMI System Info to activate, but it's hard coded to 0 in virtualbox.
    2 
     2{{{
    33Handle 0x000B, DMI type 1, 27 bytes
    44System Information
     
    1111        SKU Number: xxxxxxxxxxx
    1212        Family: xxxxxxxxxxx
     13}}}
    1314
    14 
    15 The code is here http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/PC/DevFwCommon.cpp
    16 
    17         pSystemInf->u8WakeupType     = 6; /* Power Switch */
    18         pSystemInf->u8SKUNumber      = 0;
    19         READCFGSTR(pSystemInf->u8Family, DmiSystemFamily);
     15The code is [http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/PC/DevFwCommon.cpp here]:
     16{{{
     17pSystemInf->u8WakeupType     = 6; /* Power Switch */
     18pSystemInf->u8SKUNumber      = 0;
     19READCFGSTR(pSystemInf->u8Family, DmiSystemFamily);
     20}}}

© 2023 Oracle
ContactPrivacy policyTerms of Use