Changeset 72614 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 19, 2018 2:23:17 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r69753 r72614 797 797 { RT_STR_TUPLE("en_windows_8_1"), 6, 3, 0, 9600 }, /* RTM */ 798 798 { RT_STR_TUPLE("en_windows_10_symbols_"), 10, 0, 0,10240 }, /* RTM */ 799 { RT_STR_TUPLE("en_windows_10_symbols_"), 10, 0, 0,10240 }, /* RTM */ 800 { RT_STR_TUPLE("en_windows_10_17134_"), 10, 0, 0,17134 }, /* 1803 */ 799 801 }; 800 802 -
trunk/src/VBox/Runtime/r0drv/nt/symdbdata.h
r69111 r72614 2957 2957 }, 2958 2958 # endif 2959 # ifdef RT_ARCH_AMD64 2960 { /* Source: s:\WinSyms\u\en_windows_10_17134_x64_symserv\ntkrnlmp.pdb\1E2C949B928244638C2A7406B9F3824A1\ntkrnlmp.pdb */ 2961 /*.OsVerInfo = */ 2962 { 2963 /* .uMajorVer = */ 10, 2964 /* .uMinorVer = */ 0, 2965 /* .fChecked = */ false, 2966 /* .fSmp = */ true, 2967 /* .uCsdNo = */ 0, 2968 /* .uBuildNo = */ 17134, 2969 }, 2970 /* .KPRCB = */ 2971 { 2972 /* .offQuantumEnd = */ 0x2e69, 2973 /* .cbQuantumEnd = */ 0x0001, 2974 /* .offDpcQueueDepth = */ 0x2e18, 2975 /* .cbDpcQueueDepth = */ 0x0004, 2976 /* .offVendorString = */ 0x6290, 2977 /* .cbVendorString = */ 0x000d, 2978 }, 2979 }, 2980 # endif 2959 2981 }; 2960 2982 #endif /* !RTNTSDB_NO_DATA */
Note:
See TracChangeset
for help on using the changeset viewer.