Changeset 57122 in vbox
- Timestamp:
- Jul 30, 2015 12:12:31 AM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r56290 r57122 791 791 { RT_STR_TUPLE("Windows_Win8.9200"), 6, 2, 0, 9200 }, /* RTM */ 792 792 { RT_STR_TUPLE("en_windows_8_1"), 6, 3, 0, 9600 }, /* RTM */ 793 { RT_STR_TUPLE("en_windows_10_symbols_"), 10, 0, 0,10240 }, /* RTM */ 793 794 }; 794 795 -
trunk/src/VBox/Runtime/r0drv/nt/symdbdata.h
r56290 r57122 2913 2913 }, 2914 2914 # endif 2915 # ifdef RT_ARCH_X86 2916 { /* Source: s:\WinSyms\u\en_windows_10_symbols_x86_6903197\ntkrpamp.pdb\3A07902D18FD40CE929445D1777703241\ntkrpamp.pdb */ 2917 /*.OsVerInfo = */ 2918 { 2919 /* .uMajorVer = */ 10, 2920 /* .uMinorVer = */ 0, 2921 /* .fChecked = */ false, 2922 /* .fSmp = */ true, 2923 /* .uCsdNo = */ 0, 2924 /* .uBuildNo = */ 10240, 2925 }, 2926 /* .KPRCB = */ 2927 { 2928 /* .offQuantumEnd = */ 0x2239, 2929 /* .cbQuantumEnd = */ 0x0001, 2930 /* .offDpcQueueDepth = */ 0x21ec, 2931 /* .cbDpcQueueDepth = */ 0x0004, 2932 /* .offVendorString = */ 0x3cfc, 2933 /* .cbVendorString = */ 0x000d, 2934 }, 2935 }, 2936 # endif 2937 # ifdef RT_ARCH_AMD64 2938 { /* Source: s:\WinSyms\u\en_windows_10_symbols_x64_6903177\ntkrnlmp.pdb\C68EE22FDCF6477895C54A862BE165671\ntkrnlmp.pdb */ 2939 /*.OsVerInfo = */ 2940 { 2941 /* .uMajorVer = */ 10, 2942 /* .uMinorVer = */ 0, 2943 /* .fChecked = */ false, 2944 /* .fSmp = */ true, 2945 /* .uCsdNo = */ 0, 2946 /* .uBuildNo = */ 10240, 2947 }, 2948 /* .KPRCB = */ 2949 { 2950 /* .offQuantumEnd = */ 0x2de9, 2951 /* .cbQuantumEnd = */ 0x0001, 2952 /* .offDpcQueueDepth = */ 0x2d98, 2953 /* .cbDpcQueueDepth = */ 0x0004, 2954 /* .offVendorString = */ 0x6258, 2955 /* .cbVendorString = */ 0x000d, 2956 }, 2957 }, 2958 # endif 2915 2959 }; 2916 2960 #endif /* !RTNTSDB_NO_DATA */
Note:
See TracChangeset
for help on using the changeset viewer.