Changeset 30340 in vbox for trunk/src/VBox
- Timestamp:
- Jun 21, 2010 4:01:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp
r30013 r30340 225 225 g_offrtNtPbDpcQueueDepth = 0x3400 + 0x18; 226 226 } 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 } 227 235 228 236 #else
Note:
See TracChangeset
for help on using the changeset viewer.