VirtualBox

Changeset 30340 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 21, 2010 4:01:47 PM (14 years ago)
Author:
vboxsync
Message:

DPC check for win7 x64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp

    r30013 r30340  
    225225            g_offrtNtPbDpcQueueDepth = 0x3400 + 0x18;
    226226        }
     227        /* Windows 7 7600 x64 */
     228        else if (    BuildNumber == 7600
     229                 && !memcmp(&pbPrcb[0x4bb8], &u.szVendor[0], 4*3))
     230        {
     231            g_offrtNtPbQuantumEnd    = 0x21d9;
     232            g_cbrtNtPbQuantumEnd     = 1;
     233            g_offrtNtPbDpcQueueDepth = 0x2180 + 0x18;
     234        }
    227235
    228236#else
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