- Timestamp:
- Sep 22, 2000, 11:22:43 AM (25 years ago)
- Location:
- trunk/src/win32k
- Files:
-
- 1 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/Makefile
r4292 r4307 1 1 ################################################################################ 2 # $Id: Makefile,v 1.5 1 2000-09-21 15:37:04bird Exp $2 # $Id: Makefile,v 1.52 2000-09-22 09:22:32 bird Exp $ 3 3 # 4 4 # Win32k makefile. … … 46 46 LD = ilink 47 47 AS = alp 48 H2INC = $(DDKBASE)\tools\h2inc.exe 48 49 49 50 CFLAGS = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-gen-uni-ext- … … 121 122 # SUFFIXES AND INFERENCE RULES 122 123 ################################################################################ 123 .SUFFIXES: .obj .cpp .c .asm .c .obj_e 124 .SUFFIXES: .obj .cpp .c .asm .c .obj_e .inc 124 125 125 126 {dev16}.c.obj: … … 306 307 ################################################################################ 307 308 !if "$(DDKPATH)" == "" || "$(MSCPATH)" == "" || "$(TOOLKIT)" == "" || "$(VACPATH)" == "" 308 all: pe2lx.exe309 all: pe2lx.exe 309 310 !else 310 all: clfix.exe $(WIN32KBIN)\$(NAME).sys pe2lx.exe kRx.exe lib Win32kCC.exe 311 all: clfix.exe \ 312 $(WIN32KINCLUDE)\options.inc \ 313 $(WIN32KBIN)\$(NAME).sys \ 314 pe2lx.exe \ 315 kRx.exe \ 316 lib \ 317 Win32kCC.exe 311 318 !endif 312 319 … … 340 347 $(WIN32KOBJ)\myldrEnum32bitRelRecs.obj \ 341 348 $(WIN32KOBJ)\myldrOpenPath.obj \ 349 $(WIN32KOBJ)\myldrOpenPatha.obj \ 342 350 $(WIN32KOBJ)\OS2KTCB.obj \ 343 351 $(WIN32KOBJ)\OS2KPTDA.obj \ … … 426 434 427 435 ################################################################################ 436 # options.inc rule. 437 ################################################################################ 438 $(WIN32KINCLUDE)\options.inc: $(WIN32KINCLUDE)\options.h 439 @$(ECHO) H2Inc: $** 440 $(H2INC) $** > $@ 441 442 443 ################################################################################ 428 444 # clfix.exe rule. 429 445 ################################################################################ -
trunk/src/win32k/dev16/SymDB.c
r4222 r4307 1 /* $Id: SymDB.c,v 1. 6 2000-09-08 15:29:00bird Exp $1 /* $Id: SymDB.c,v 1.7 2000-09-22 09:22:33 bird Exp $ 2 2 * 3 3 * Autogenerated kernel symbol database. … … 12 12 #define INCL_NOBASEAPI 13 13 #include <os2.h> 14 #include " devSegDf.h"14 #include "DevSegDf.h" 15 15 #include "probkrnl.h" 16 16 #include "options.h" 17 17 18 KRNLDBENTRY DATA16_INIT aKrnlSymDB[] = 18 KRNLDBENTRY DATA16_INIT aKrnlSymDB[] = 19 19 { 20 20 #ifdef ALLKERNELS 21 { /* 14039AS. SYM*/21 { /* 14039AS.sym */ 22 22 14039, KF_SMP | KF_ALLSTRICT, 17, 23 23 { … … 68 68 #endif 69 69 #ifdef ALLKERNELS 70 { /* 14039AU. SYM*/70 { /* 14039AU.sym */ 71 71 14039, KF_UNI | KF_ALLSTRICT, 16, 72 72 { … … 117 117 #endif 118 118 #ifdef ALLKERNELS 119 { /* 14039HS. SYM*/119 { /* 14039HS.sym */ 120 120 14039, KF_SMP | KF_HALFSTRICT, 17, 121 121 { … … 166 166 #endif 167 167 #ifdef ALLKERNELS 168 { /* 14039HU. SYM*/168 { /* 14039HU.sym */ 169 169 14039, KF_UNI | KF_HALFSTRICT, 16, 170 170 { … … 214 214 }, 215 215 #endif 216 { /* 14039RS. SYM*/216 { /* 14039RS.sym */ 217 217 14039, KF_SMP, 15, 218 218 { … … 261 261 } 262 262 }, 263 { /* 14039RU. SYM*/263 { /* 14039RU.sym */ 264 264 14039, KF_UNI, 14, 265 265 { … … 309 309 }, 310 310 #ifdef ALLKERNELS 311 { /* 14040A4. SYM*/311 { /* 14040A4.sym */ 312 312 14040, KF_UNI | KF_W4 | KF_ALLSTRICT, 16, 313 313 { … … 358 358 #endif 359 359 #ifdef ALLKERNELS 360 { /* 14040AS. SYM*/360 { /* 14040AS.sym */ 361 361 14040, KF_SMP | KF_ALLSTRICT, 17, 362 362 { … … 407 407 #endif 408 408 #ifdef ALLKERNELS 409 { /* 14040AU. SYM*/409 { /* 14040AU.sym */ 410 410 14040, KF_UNI | KF_ALLSTRICT, 16, 411 411 { … … 456 456 #endif 457 457 #ifdef ALLKERNELS 458 { /* 14040H4. SYM*/458 { /* 14040H4.sym */ 459 459 14040, KF_UNI | KF_W4 | KF_HALFSTRICT, 16, 460 460 { … … 505 505 #endif 506 506 #ifdef ALLKERNELS 507 { /* 14040HS. SYM*/507 { /* 14040HS.sym */ 508 508 14040, KF_SMP | KF_HALFSTRICT, 17, 509 509 { … … 554 554 #endif 555 555 #ifdef ALLKERNELS 556 { /* 14040HU. SYM*/556 { /* 14040HU.sym */ 557 557 14040, KF_UNI | KF_HALFSTRICT, 16, 558 558 { … … 602 602 }, 603 603 #endif 604 { /* 14040R4. SYM*/604 { /* 14040R4.sym */ 605 605 14040, KF_UNI | KF_W4, 14, 606 606 { … … 649 649 } 650 650 }, 651 { /* 14040RS. SYM*/651 { /* 14040RS.sym */ 652 652 14040, KF_SMP, 15, 653 653 { … … 696 696 } 697 697 }, 698 { /* 14040RU. SYM*/698 { /* 14040RU.sym */ 699 699 14040, KF_UNI, 14, 700 700 { … … 744 744 }, 745 745 #ifdef ALLKERNELS 746 { /* 14044HU. SYM*/746 { /* 14044HU.sym */ 747 747 14044, KF_UNI | KF_HALFSTRICT, 16, 748 748 { … … 792 792 }, 793 793 #endif 794 { /* 14044R4. SYM*/794 { /* 14044R4.sym */ 795 795 14044, KF_UNI | KF_W4, 14, 796 796 { … … 839 839 } 840 840 }, 841 { /* 14045R4. SYM*/841 { /* 14045R4.sym */ 842 842 14045, KF_UNI | KF_W4, 14, 843 843 { … … 887 887 }, 888 888 #ifdef ALLKERNELS 889 { /* 14046A4. SYM*/889 { /* 14046A4.sym */ 890 890 14046, KF_UNI | KF_W4 | KF_ALLSTRICT, 16, 891 891 { … … 935 935 }, 936 936 #endif 937 { /* 14046R4. SYM*/937 { /* 14046R4.sym */ 938 938 14046, KF_UNI | KF_W4, 14, 939 939 { … … 982 982 } 983 983 }, 984 { /* 14048RS. SYM*/984 { /* 14048RS.sym */ 985 985 14048, KF_SMP, 15, 986 986 { … … 1029 1029 } 1030 1030 }, 1031 { /* 14048RU. SYM*/1031 { /* 14048RU.sym */ 1032 1032 14048, KF_UNI, 14, 1033 1033 { … … 1076 1076 } 1077 1077 }, 1078 { /* 14050R4.SYM */ 1079 14050, KF_UNI | KF_W4, 14, 1080 { 1081 {13, 0x000070c4}, /* _ldrRead */ 1082 {13, 0x0005e7b0}, /* _ldrOpen */ 1083 {13, 0x0005fa80}, /* _ldrClose */ 1084 {13, 0x0005fb65}, /* _LDRQAppType */ 1085 {13, 0x0005c310}, /* _ldrEnum32bitRelRecs */ 1078 #ifdef ALLKERNELS 1079 { /* 14053H4.sym */ 1080 14053, KF_UNI | KF_W4 | KF_HALFSTRICT, 16, 1081 { 1082 {15, 0x00007a3c}, /* _ldrRead */ 1083 {15, 0x000602f0}, /* _ldrOpen */ 1084 {15, 0x000615e0}, /* _ldrClose */ 1085 {15, 0x000616c5}, /* _LDRQAppType */ 1086 {15, 0x0005de50}, /* _ldrEnum32bitRelRecs */ 1087 {15, 0x00004608}, /* _IOSftOpen */ 1088 {15, 0x00004e64}, /* _IOSftClose */ 1089 {15, 0x00004f3d}, /* _IOSftTransPath */ 1090 {15, 0x00004a9c}, /* _IOSftReadAt */ 1091 {15, 0x00004aa3}, /* _IOSftWriteAt */ 1092 {15, 0x00005056}, /* _SftFileSize */ 1093 {15, 0x0005c590}, /* _VMAllocMem */ 1094 {15, 0x00047d1b}, /* _VMGetOwner */ 1095 {15, 0x0006aa0e}, /* g_tkExecPgm */ 1096 {15, 0x0006475b}, /* _tkStartProcess */ 1097 {11, 0x0000e74c}, /* f_FuStrLenZ */ 1098 {11, 0x0000e702}, /* f_FuStrLen */ 1099 {11, 0x0000e845}, /* f_FuBuff */ 1100 {15, 0x00043c23}, /* _VMObjHandleInfo */ 1101 {15, 0x0006b760}, /* _ldrASMpMTEFromHandle */ 1102 {15, 0x000607e0}, /* _ldrOpenPath */ 1103 {15, 0x0005c040}, /* _LDRClearSem */ 1104 {15, 0x00065133}, /* _ldrFindModule */ 1105 {15, 0x0000ab1c}, /* _KSEMRequestMutex */ 1106 {15, 0x0000abf3}, /* _KSEMReleaseMutex */ 1107 {15, 0x0000ac1e}, /* _KSEMQueryMutex */ 1108 {15, 0x0000aebe}, /* _KSEMInit */ 1109 {10, 0x0001e4ac}, /* _LdrSem */ 1110 {10, 0x0001e534}, /* _LDRLibPath */ 1111 {15, 0x00055489}, /* _TKSuBuff */ 1112 {15, 0x00030a10}, /* _TKFuBuff */ 1113 {15, 0x000307f0}, /* _TKFuBufLen */ 1114 {15, 0x0005c010}, /* _ldrValidateMteHandle */ 1115 {10, 0x0001dea0}, /* _pTCBCur */ 1116 {10, 0x0001de9c}, /* _pPTDACur */ 1117 {4 , 0x0000f8a0}, /* ptda_start */ 1118 {4 , 0x0000f9be}, /* ptda_environ */ 1119 {4 , 0x0000fec8}, /* ptda_ptdasem */ 1120 {4 , 0x0000ffaa}, /* ptda_module */ 1121 {4 , 0x0000f9c0}, /* ptda_pBeginLIBPATH */ 1122 {10, 0x0001f99c}, /* _ldrpFileNameBuf */ 1123 {15, 0x00059fb0}, /* SecPathFromSFN */ 1124 } 1125 }, 1126 #endif 1127 #ifdef ALLKERNELS 1128 { /* 14053HS.sym */ 1129 14053, KF_SMP | KF_HALFSTRICT, 17, 1130 { 1131 {16, 0x00008fc4}, /* _ldrRead */ 1132 {16, 0x0006b800}, /* _ldrOpen */ 1133 {16, 0x0006cbb0}, /* _ldrClose */ 1134 {16, 0x0006cc95}, /* _LDRQAppType */ 1135 {16, 0x00069080}, /* _ldrEnum32bitRelRecs */ 1136 {16, 0x000052f8}, /* _IOSftOpen */ 1137 {16, 0x00005bf1}, /* _IOSftClose */ 1138 {16, 0x00005cec}, /* _IOSftTransPath */ 1139 {16, 0x000057d0}, /* _IOSftReadAt */ 1140 {16, 0x000057d7}, /* _IOSftWriteAt */ 1141 {16, 0x00005e16}, /* _SftFileSize */ 1142 {16, 0x000675c0}, /* _VMAllocMem */ 1143 {16, 0x00052d7b}, /* _VMGetOwner */ 1144 {16, 0x00076e7e}, /* g_tkExecPgm */ 1145 {16, 0x00070331}, /* _tkStartProcess */ 1146 {13, 0x00009eec}, /* f_FuStrLenZ */ 1147 {13, 0x00009e6c}, /* f_FuStrLen */ 1148 {13, 0x0000a096}, /* f_FuBuff */ 1149 {16, 0x0004ea34}, /* _VMObjHandleInfo */ 1150 {16, 0x00077d70}, /* _ldrASMpMTEFromHandle */ 1151 {16, 0x0006bd17}, /* _ldrOpenPath */ 1152 {16, 0x00067010}, /* _LDRClearSem */ 1153 {16, 0x00070d73}, /* _ldrFindModule */ 1154 {16, 0x0000c8a0}, /* _KSEMRequestMutex */ 1155 {16, 0x0000c977}, /* _KSEMReleaseMutex */ 1156 {16, 0x0000c9a2}, /* _KSEMQueryMutex */ 1157 {16, 0x0000cc42}, /* _KSEMInit */ 1158 {11, 0x0001d9ac}, /* _LdrSem */ 1159 {11, 0x0001da34}, /* _LDRLibPath */ 1160 {16, 0x0005f747}, /* _TKSuBuff */ 1161 {16, 0x00039be0}, /* _TKFuBuff */ 1162 {16, 0x00039971}, /* _TKFuBufLen */ 1163 {16, 0x00066fe0}, /* _ldrValidateMteHandle */ 1164 {0 , 0x00000aa4}, /* _pTCBCur */ 1165 {0 , 0x00000aa0}, /* _pPTDACur */ 1166 {5 , 0x0000f88c}, /* ptda_start */ 1167 {5 , 0x0000f9aa}, /* ptda_environ */ 1168 {5 , 0x0000feb4}, /* ptda_ptdasem */ 1169 {5 , 0x0000ffa2}, /* ptda_module */ 1170 {5 , 0x0000f9ac}, /* ptda_pBeginLIBPATH */ 1171 {11, 0x0001ee90}, /* _ldrpFileNameBuf */ 1172 {16, 0x00064b60}, /* SecPathFromSFN */ 1173 } 1174 }, 1175 #endif 1176 #ifdef ALLKERNELS 1177 { /* 14053HU.sym */ 1178 14053, KF_UNI | KF_HALFSTRICT, 16, 1179 { 1180 {15, 0x00007a3c}, /* _ldrRead */ 1181 {15, 0x00060360}, /* _ldrOpen */ 1182 {15, 0x00061650}, /* _ldrClose */ 1183 {15, 0x00061735}, /* _LDRQAppType */ 1184 {15, 0x0005dec0}, /* _ldrEnum32bitRelRecs */ 1185 {15, 0x00004608}, /* _IOSftOpen */ 1186 {15, 0x00004e64}, /* _IOSftClose */ 1187 {15, 0x00004f3d}, /* _IOSftTransPath */ 1188 {15, 0x00004a9c}, /* _IOSftReadAt */ 1189 {15, 0x00004aa3}, /* _IOSftWriteAt */ 1190 {15, 0x00005056}, /* _SftFileSize */ 1191 {15, 0x0005c600}, /* _VMAllocMem */ 1192 {15, 0x00047d8b}, /* _VMGetOwner */ 1193 {15, 0x0006aa7e}, /* g_tkExecPgm */ 1194 {15, 0x000647cb}, /* _tkStartProcess */ 1195 {11, 0x0000e74c}, /* f_FuStrLenZ */ 1196 {11, 0x0000e702}, /* f_FuStrLen */ 1197 {11, 0x0000e845}, /* f_FuBuff */ 1198 {15, 0x00043c93}, /* _VMObjHandleInfo */ 1199 {15, 0x0006b7d0}, /* _ldrASMpMTEFromHandle */ 1200 {15, 0x00060850}, /* _ldrOpenPath */ 1201 {15, 0x0005c0b0}, /* _LDRClearSem */ 1202 {15, 0x000651a3}, /* _ldrFindModule */ 1203 {15, 0x0000ab1c}, /* _KSEMRequestMutex */ 1204 {15, 0x0000abf3}, /* _KSEMReleaseMutex */ 1205 {15, 0x0000ac1e}, /* _KSEMQueryMutex */ 1206 {15, 0x0000aebe}, /* _KSEMInit */ 1207 {10, 0x0001e4ac}, /* _LdrSem */ 1208 {10, 0x0001e534}, /* _LDRLibPath */ 1209 {15, 0x000554f9}, /* _TKSuBuff */ 1210 {15, 0x00030a80}, /* _TKFuBuff */ 1211 {15, 0x00030860}, /* _TKFuBufLen */ 1212 {15, 0x0005c080}, /* _ldrValidateMteHandle */ 1213 {10, 0x0001dea0}, /* _pTCBCur */ 1214 {10, 0x0001de9c}, /* _pPTDACur */ 1215 {4 , 0x0000f8a0}, /* ptda_start */ 1216 {4 , 0x0000f9be}, /* ptda_environ */ 1217 {4 , 0x0000fec8}, /* ptda_ptdasem */ 1218 {4 , 0x0000ffaa}, /* ptda_module */ 1219 {4 , 0x0000f9c0}, /* ptda_pBeginLIBPATH */ 1220 {10, 0x0001f99c}, /* _ldrpFileNameBuf */ 1221 {15, 0x0005a020}, /* SecPathFromSFN */ 1222 } 1223 }, 1224 #endif 1225 { /* 14053R4.sym */ 1226 14053, KF_UNI | KF_W4, 14, 1227 { 1228 {13, 0x000070cc}, /* _ldrRead */ 1229 {13, 0x0005e7e0}, /* _ldrOpen */ 1230 {13, 0x0005fad0}, /* _ldrClose */ 1231 {13, 0x0005fbb5}, /* _LDRQAppType */ 1232 {13, 0x0005c340}, /* _ldrEnum32bitRelRecs */ 1086 1233 {13, 0x00004588}, /* _IOSftOpen */ 1087 1234 {13, 0x00004de4}, /* _IOSftClose */ … … 1090 1237 {13, 0x00004a23}, /* _IOSftWriteAt */ 1091 1238 {13, 0x00004fd6}, /* _SftFileSize */ 1092 {13, 0x0005aa 50}, /* _VMAllocMem */1093 {13, 0x000462 6b}, /* _VMGetOwner */1094 {13, 0x00068 c1e}, /* g_tkExecPgm */1095 {13, 0x00062 beb}, /* _tkStartProcess */1239 {13, 0x0005aa80}, /* _VMAllocMem */ 1240 {13, 0x0004629b}, /* _VMGetOwner */ 1241 {13, 0x00068ece}, /* g_tkExecPgm */ 1242 {13, 0x00062c3b}, /* _tkStartProcess */ 1096 1243 {9 , 0x0000e74c}, /* f_FuStrLenZ */ 1097 1244 {9 , 0x0000e702}, /* f_FuStrLen */ 1098 1245 {9 , 0x0000e845}, /* f_FuBuff */ 1099 {13, 0x000421 73}, /* _VMObjHandleInfo */1100 {13, 0x00069 970}, /* _ldrASMpMTEFromHandle */1101 {13, 0x0005e af0}, /* _ldrOpenPath */1102 {13, 0x0005a5 00}, /* _LDRClearSem */1103 {13, 0x000635 a3}, /* _ldrFindModule */1104 {13, 0x0000a 0f8}, /* _KSEMRequestMutex */1105 {13, 0x0000a1 8b}, /* _KSEMReleaseMutex */1106 {13, 0x0000a1b 6}, /* _KSEMQueryMutex */1107 {13, 0x0000a3 cb}, /* _KSEMInit */1108 {8 , 0x0000de 50}, /* _LdrSem */1109 {8 , 0x0000d ed8}, /* _LDRLibPath */1110 {13, 0x000539 45}, /* _TKSuBuff */1111 {13, 0x0002f0 90}, /* _TKFuBuff */1112 {13, 0x0002ee 70}, /* _TKFuBufLen */1113 {13, 0x0005a 4d0}, /* _ldrValidateMteHandle */1114 {8 , 0x0000d8 40}, /* _pTCBCur */1115 {8 , 0x0000d8 3c}, /* _pPTDACur */1246 {13, 0x000421a3}, /* _VMObjHandleInfo */ 1247 {13, 0x00069c20}, /* _ldrASMpMTEFromHandle */ 1248 {13, 0x0005ecd0}, /* _ldrOpenPath */ 1249 {13, 0x0005a530}, /* _LDRClearSem */ 1250 {13, 0x000635f3}, /* _ldrFindModule */ 1251 {13, 0x0000a100}, /* _KSEMRequestMutex */ 1252 {13, 0x0000a193}, /* _KSEMReleaseMutex */ 1253 {13, 0x0000a1be}, /* _KSEMQueryMutex */ 1254 {13, 0x0000a3d3}, /* _KSEMInit */ 1255 {8 , 0x0000de90}, /* _LdrSem */ 1256 {8 , 0x0000df18}, /* _LDRLibPath */ 1257 {13, 0x00053975}, /* _TKSuBuff */ 1258 {13, 0x0002f0c0}, /* _TKFuBuff */ 1259 {13, 0x0002eea0}, /* _TKFuBufLen */ 1260 {13, 0x0005a500}, /* _ldrValidateMteHandle */ 1261 {8 , 0x0000d880}, /* _pTCBCur */ 1262 {8 , 0x0000d87c}, /* _pPTDACur */ 1116 1263 {2 , 0x0000f8a0}, /* ptda_start */ 1117 1264 {2 , 0x0000f9be}, /* ptda_environ */ … … 1119 1266 {2 , 0x0000ffaa}, /* ptda_module */ 1120 1267 {2 , 0x0000f9c0}, /* ptda_pBeginLIBPATH */ 1121 {8 , 0x0000f320}, /* _ldrpFileNameBuf */ 1122 {13, 0x00058470}, /* SecPathFromSFN */ 1123 } 1124 }, 1125 { /* 8255RS.SYM */ 1268 {8 , 0x0000f360}, /* _ldrpFileNameBuf */ 1269 {13, 0x000584a0}, /* SecPathFromSFN */ 1270 } 1271 }, 1272 { /* 14053RS.sym */ 1273 14053, KF_SMP, 15, 1274 { 1275 {14, 0x0000836c}, /* _ldrRead */ 1276 {14, 0x00069310}, /* _ldrOpen */ 1277 {14, 0x0006a6c0}, /* _ldrClose */ 1278 {14, 0x0006a7a5}, /* _LDRQAppType */ 1279 {14, 0x00066b90}, /* _ldrEnum32bitRelRecs */ 1280 {14, 0x00005248}, /* _IOSftOpen */ 1281 {14, 0x00005b41}, /* _IOSftClose */ 1282 {14, 0x00005c3c}, /* _IOSftTransPath */ 1283 {14, 0x00005720}, /* _IOSftReadAt */ 1284 {14, 0x00005727}, /* _IOSftWriteAt */ 1285 {14, 0x00005d66}, /* _SftFileSize */ 1286 {14, 0x000650d0}, /* _VMAllocMem */ 1287 {14, 0x0005092b}, /* _VMGetOwner */ 1288 {14, 0x0007496e}, /* g_tkExecPgm */ 1289 {14, 0x0006de31}, /* _tkStartProcess */ 1290 {11, 0x00009e0c}, /* f_FuStrLenZ */ 1291 {11, 0x00009d8c}, /* f_FuStrLen */ 1292 {11, 0x00009fb6}, /* f_FuBuff */ 1293 {14, 0x0004c5e4}, /* _VMObjHandleInfo */ 1294 {14, 0x00075860}, /* _ldrASMpMTEFromHandle */ 1295 {14, 0x00069827}, /* _ldrOpenPath */ 1296 {14, 0x00064b20}, /* _LDRClearSem */ 1297 {14, 0x0006e863}, /* _ldrFindModule */ 1298 {14, 0x0000bb3c}, /* _KSEMRequestMutex */ 1299 {14, 0x0000bbcf}, /* _KSEMReleaseMutex */ 1300 {14, 0x0000bbfa}, /* _KSEMQueryMutex */ 1301 {14, 0x0000be0f}, /* _KSEMInit */ 1302 {9 , 0x0000d37c}, /* _LdrSem */ 1303 {9 , 0x0000d404}, /* _LDRLibPath */ 1304 {14, 0x0005d263}, /* _TKSuBuff */ 1305 {14, 0x000378c0}, /* _TKFuBuff */ 1306 {14, 0x00037651}, /* _TKFuBufLen */ 1307 {14, 0x00064af0}, /* _ldrValidateMteHandle */ 1308 {0 , 0x00000aa4}, /* _pTCBCur */ 1309 {0 , 0x00000aa0}, /* _pPTDACur */ 1310 {3 , 0x0000f88c}, /* ptda_start */ 1311 {3 , 0x0000f9aa}, /* ptda_environ */ 1312 {3 , 0x0000feb4}, /* ptda_ptdasem */ 1313 {3 , 0x0000ffa2}, /* ptda_module */ 1314 {3 , 0x0000f9ac}, /* ptda_pBeginLIBPATH */ 1315 {9 , 0x0000e840}, /* _ldrpFileNameBuf */ 1316 {14, 0x00062670}, /* SecPathFromSFN */ 1317 } 1318 }, 1319 { /* 14053RU.sym */ 1320 14053, KF_UNI, 14, 1321 { 1322 {13, 0x000070cc}, /* _ldrRead */ 1323 {13, 0x0005e850}, /* _ldrOpen */ 1324 {13, 0x0005fb40}, /* _ldrClose */ 1325 {13, 0x0005fc25}, /* _LDRQAppType */ 1326 {13, 0x0005c3b0}, /* _ldrEnum32bitRelRecs */ 1327 {13, 0x00004588}, /* _IOSftOpen */ 1328 {13, 0x00004de4}, /* _IOSftClose */ 1329 {13, 0x00004ebd}, /* _IOSftTransPath */ 1330 {13, 0x00004a1c}, /* _IOSftReadAt */ 1331 {13, 0x00004a23}, /* _IOSftWriteAt */ 1332 {13, 0x00004fd6}, /* _SftFileSize */ 1333 {13, 0x0005aaf0}, /* _VMAllocMem */ 1334 {13, 0x0004630b}, /* _VMGetOwner */ 1335 {13, 0x00068f3e}, /* g_tkExecPgm */ 1336 {13, 0x00062cab}, /* _tkStartProcess */ 1337 {9 , 0x0000e74c}, /* f_FuStrLenZ */ 1338 {9 , 0x0000e702}, /* f_FuStrLen */ 1339 {9 , 0x0000e845}, /* f_FuBuff */ 1340 {13, 0x00042213}, /* _VMObjHandleInfo */ 1341 {13, 0x00069c90}, /* _ldrASMpMTEFromHandle */ 1342 {13, 0x0005ed40}, /* _ldrOpenPath */ 1343 {13, 0x0005a5a0}, /* _LDRClearSem */ 1344 {13, 0x00063663}, /* _ldrFindModule */ 1345 {13, 0x0000a100}, /* _KSEMRequestMutex */ 1346 {13, 0x0000a193}, /* _KSEMReleaseMutex */ 1347 {13, 0x0000a1be}, /* _KSEMQueryMutex */ 1348 {13, 0x0000a3d3}, /* _KSEMInit */ 1349 {8 , 0x0000de90}, /* _LdrSem */ 1350 {8 , 0x0000df18}, /* _LDRLibPath */ 1351 {13, 0x000539e5}, /* _TKSuBuff */ 1352 {13, 0x0002f130}, /* _TKFuBuff */ 1353 {13, 0x0002ef10}, /* _TKFuBufLen */ 1354 {13, 0x0005a570}, /* _ldrValidateMteHandle */ 1355 {8 , 0x0000d880}, /* _pTCBCur */ 1356 {8 , 0x0000d87c}, /* _pPTDACur */ 1357 {2 , 0x0000f8a0}, /* ptda_start */ 1358 {2 , 0x0000f9be}, /* ptda_environ */ 1359 {2 , 0x0000fec8}, /* ptda_ptdasem */ 1360 {2 , 0x0000ffaa}, /* ptda_module */ 1361 {2 , 0x0000f9c0}, /* ptda_pBeginLIBPATH */ 1362 {8 , 0x0000f360}, /* _ldrpFileNameBuf */ 1363 {13, 0x00058510}, /* SecPathFromSFN */ 1364 } 1365 }, 1366 { /* 8255RS.sym */ 1126 1367 8255, KF_SMP, 15, 1127 1368 { … … 1170 1411 } 1171 1412 }, 1172 { /* 8255RU. SYM*/1413 { /* 8255RU.sym */ 1173 1414 8255, KF_UNI, 13, 1174 1415 { … … 1218 1459 }, 1219 1460 #ifdef ALLKERNELS 1220 { /* 8256AS. SYM*/1461 { /* 8256AS.sym */ 1221 1462 8256, KF_SMP | KF_ALLSTRICT, 17, 1222 1463 { … … 1267 1508 #endif 1268 1509 #ifdef ALLKERNELS 1269 { /* 8256HS. SYM*/1510 { /* 8256HS.sym */ 1270 1511 8256, KF_SMP | KF_HALFSTRICT, 17, 1271 1512 { … … 1315 1556 }, 1316 1557 #endif 1317 { /* 8256RS. SYM*/1558 { /* 8256RS.sym */ 1318 1559 8256, KF_SMP, 15, 1319 1560 { … … 1363 1604 }, 1364 1605 #ifdef ALLKERNELS 1365 { /* 8257AS. SYM*/1606 { /* 8257AS.sym */ 1366 1607 8257, KF_SMP | KF_ALLSTRICT, 17, 1367 1608 { … … 1412 1653 #endif 1413 1654 #ifdef ALLKERNELS 1414 { /* 8257HS. SYM*/1655 { /* 8257HS.sym */ 1415 1656 8257, KF_SMP | KF_HALFSTRICT, 17, 1416 1657 { … … 1460 1701 }, 1461 1702 #endif 1462 { /* 8257RS. SYM*/1703 { /* 8257RS.sym */ 1463 1704 8257, KF_SMP, 15, 1464 1705 { … … 1508 1749 }, 1509 1750 #ifdef ALLKERNELS 1510 { /* 8258AS. SYM*/1751 { /* 8258AS.sym */ 1511 1752 8258, KF_SMP | KF_ALLSTRICT, 17, 1512 1753 { … … 1557 1798 #endif 1558 1799 #ifdef ALLKERNELS 1559 { /* 8258AU. SYM*/1800 { /* 8258AU.sym */ 1560 1801 8258, KF_UNI | KF_ALLSTRICT, 16, 1561 1802 { … … 1606 1847 #endif 1607 1848 #ifdef ALLKERNELS 1608 { /* 8258HS. SYM*/1849 { /* 8258HS.sym */ 1609 1850 8258, KF_SMP | KF_HALFSTRICT, 17, 1610 1851 { … … 1655 1896 #endif 1656 1897 #ifdef ALLKERNELS 1657 { /* 8258HU. SYM*/1898 { /* 8258HU.sym */ 1658 1899 8258, KF_UNI | KF_HALFSTRICT, 16, 1659 1900 { … … 1703 1944 }, 1704 1945 #endif 1705 { /* 8258RS. SYM*/1946 { /* 8258RS.sym */ 1706 1947 8258, KF_SMP, 15, 1707 1948 { … … 1751 1992 }, 1752 1993 #ifdef ALLKERNELS 1753 { /* 8259AS. SYM*/1994 { /* 8259AS.sym */ 1754 1995 8259, KF_SMP | KF_ALLSTRICT, 17, 1755 1996 { … … 1800 2041 #endif 1801 2042 #ifdef ALLKERNELS 1802 { /* 8259HS. SYM*/2043 { /* 8259HS.sym */ 1803 2044 8259, KF_SMP | KF_HALFSTRICT, 17, 1804 2045 { … … 1849 2090 #endif 1850 2091 #ifdef ALLKERNELS 1851 { /* 8259HU. SYM*/2092 { /* 8259HU.sym */ 1852 2093 8259, KF_UNI | KF_HALFSTRICT, 16, 1853 2094 { … … 1897 2138 }, 1898 2139 #endif 1899 { /* 8259RS. SYM*/2140 { /* 8259RS.sym */ 1900 2141 8259, KF_SMP, 15, 1901 2142 { … … 1945 2186 }, 1946 2187 #ifdef ALLKERNELS 1947 { /* 8260AS. SYM*/2188 { /* 8260AS.sym */ 1948 2189 8260, KF_SMP | KF_ALLSTRICT, 17, 1949 2190 { … … 1994 2235 #endif 1995 2236 #ifdef ALLKERNELS 1996 { /* 8260AU. SYM*/2237 { /* 8260AU.sym */ 1997 2238 8260, KF_UNI | KF_ALLSTRICT, 16, 1998 2239 { … … 2043 2284 #endif 2044 2285 #ifdef ALLKERNELS 2045 { /* 8260HS. SYM*/2286 { /* 8260HS.sym */ 2046 2287 8260, KF_SMP | KF_HALFSTRICT, 17, 2047 2288 { … … 2092 2333 #endif 2093 2334 #ifdef ALLKERNELS 2094 { /* 8260HU. SYM*/2335 { /* 8260HU.sym */ 2095 2336 8260, KF_UNI | KF_HALFSTRICT, 16, 2096 2337 { … … 2140 2381 }, 2141 2382 #endif 2142 { /* 8260RS. SYM*/2383 { /* 8260RS.sym */ 2143 2384 8260, KF_SMP, 15, 2144 2385 { … … 2187 2428 } 2188 2429 }, 2189 { /* 8260RU. SYM*/2430 { /* 8260RU.sym */ 2190 2431 8260, KF_UNI, 14, 2191 2432 { … … 2235 2476 }, 2236 2477 #ifdef ALLKERNELS 2237 { /* 8261AS. SYM*/2478 { /* 8261AS.sym */ 2238 2479 8261, KF_SMP | KF_ALLSTRICT, 17, 2239 2480 { … … 2284 2525 #endif 2285 2526 #ifdef ALLKERNELS 2286 { /* 8261AU. SYM*/2527 { /* 8261AU.sym */ 2287 2528 8261, KF_UNI | KF_ALLSTRICT, 16, 2288 2529 { … … 2333 2574 #endif 2334 2575 #ifdef ALLKERNELS 2335 { /* 8261HS. SYM*/2576 { /* 8261HS.sym */ 2336 2577 8261, KF_SMP | KF_HALFSTRICT, 17, 2337 2578 { … … 2382 2623 #endif 2383 2624 #ifdef ALLKERNELS 2384 { /* 8261HU. SYM*/2625 { /* 8261HU.sym */ 2385 2626 8261, KF_UNI | KF_HALFSTRICT, 16, 2386 2627 { … … 2430 2671 }, 2431 2672 #endif 2432 { /* 8261RS. SYM*/2673 { /* 8261RS.sym */ 2433 2674 8261, KF_SMP, 15, 2434 2675 { … … 2477 2718 } 2478 2719 }, 2479 { /* 8261RU. SYM*/2720 { /* 8261RU.sym */ 2480 2721 8261, KF_UNI, 14, 2481 2722 { … … 2525 2766 }, 2526 2767 #ifdef ALLKERNELS 2527 { /* 8262AS. SYM*/2768 { /* 8262AS.sym */ 2528 2769 8262, KF_SMP | KF_ALLSTRICT, 17, 2529 2770 { … … 2574 2815 #endif 2575 2816 #ifdef ALLKERNELS 2576 { /* 8262AU. SYM*/2817 { /* 8262AU.sym */ 2577 2818 8262, KF_UNI | KF_ALLSTRICT, 16, 2578 2819 { … … 2623 2864 #endif 2624 2865 #ifdef ALLKERNELS 2625 { /* 8262HS. SYM*/2866 { /* 8262HS.sym */ 2626 2867 8262, KF_SMP | KF_HALFSTRICT, 17, 2627 2868 { … … 2672 2913 #endif 2673 2914 #ifdef ALLKERNELS 2674 { /* 8262HU. SYM*/2915 { /* 8262HU.sym */ 2675 2916 8262, KF_UNI | KF_HALFSTRICT, 16, 2676 2917 { … … 2720 2961 }, 2721 2962 #endif 2722 { /* 8262RS. SYM*/2963 { /* 8262RS.sym */ 2723 2964 8262, KF_SMP, 15, 2724 2965 { … … 2767 3008 } 2768 3009 }, 2769 { /* 8262RU. SYM*/3010 { /* 8262RU.sym */ 2770 3011 8262, KF_UNI, 14, 2771 3012 { … … 2815 3056 }, 2816 3057 #ifdef ALLKERNELS 2817 { /* 8263AS. SYM*/3058 { /* 8263AS.sym */ 2818 3059 8263, KF_SMP | KF_ALLSTRICT, 17, 2819 3060 { … … 2864 3105 #endif 2865 3106 #ifdef ALLKERNELS 2866 { /* 8263AU. SYM*/3107 { /* 8263AU.sym */ 2867 3108 8263, KF_UNI | KF_ALLSTRICT, 16, 2868 3109 { … … 2913 3154 #endif 2914 3155 #ifdef ALLKERNELS 2915 { /* 8263HS. SYM*/3156 { /* 8263HS.sym */ 2916 3157 8263, KF_SMP | KF_HALFSTRICT, 17, 2917 3158 { … … 2962 3203 #endif 2963 3204 #ifdef ALLKERNELS 2964 { /* 8263HU. SYM*/3205 { /* 8263HU.sym */ 2965 3206 8263, KF_UNI | KF_HALFSTRICT, 16, 2966 3207 { … … 3010 3251 }, 3011 3252 #endif 3012 { /* 8263RS. SYM*/3253 { /* 8263RS.sym */ 3013 3254 8263, KF_SMP, 15, 3014 3255 { … … 3057 3298 } 3058 3299 }, 3059 { /* 8263RU. SYM*/3300 { /* 8263RU.sym */ 3060 3301 8263, KF_UNI, 14, 3061 3302 { … … 3105 3346 }, 3106 3347 #ifdef ALLKERNELS 3107 { /* 8264AS. SYM*/3348 { /* 8264AS.sym */ 3108 3349 8264, KF_SMP | KF_ALLSTRICT, 17, 3109 3350 { … … 3154 3395 #endif 3155 3396 #ifdef ALLKERNELS 3156 { /* 8264AU. SYM*/3397 { /* 8264AU.sym */ 3157 3398 8264, KF_UNI | KF_ALLSTRICT, 16, 3158 3399 { … … 3203 3444 #endif 3204 3445 #ifdef ALLKERNELS 3205 { /* 8264HS. SYM*/3446 { /* 8264HS.sym */ 3206 3447 8264, KF_SMP | KF_HALFSTRICT, 17, 3207 3448 { … … 3252 3493 #endif 3253 3494 #ifdef ALLKERNELS 3254 { /* 8264HU. SYM*/3495 { /* 8264HU.sym */ 3255 3496 8264, KF_UNI | KF_HALFSTRICT, 16, 3256 3497 { … … 3300 3541 }, 3301 3542 #endif 3302 { /* 8264RS. SYM*/3543 { /* 8264RS.sym */ 3303 3544 8264, KF_SMP, 15, 3304 3545 { … … 3347 3588 } 3348 3589 }, 3349 { /* 8264RU. SYM*/3590 { /* 8264RU.sym */ 3350 3591 8264, KF_UNI, 14, 3351 3592 { … … 3395 3636 }, 3396 3637 #ifdef ALLKERNELS 3397 { /* 8265AS. SYM*/3638 { /* 8265AS.sym */ 3398 3639 8265, KF_SMP | KF_ALLSTRICT, 17, 3399 3640 { … … 3444 3685 #endif 3445 3686 #ifdef ALLKERNELS 3446 { /* 8265AU. SYM*/3687 { /* 8265AU.sym */ 3447 3688 8265, KF_UNI | KF_ALLSTRICT, 16, 3448 3689 { … … 3493 3734 #endif 3494 3735 #ifdef ALLKERNELS 3495 { /* 8265HS. SYM*/3736 { /* 8265HS.sym */ 3496 3737 8265, KF_SMP | KF_HALFSTRICT, 17, 3497 3738 { … … 3542 3783 #endif 3543 3784 #ifdef ALLKERNELS 3544 { /* 8265HU. SYM*/3785 { /* 8265HU.sym */ 3545 3786 8265, KF_UNI | KF_HALFSTRICT, 16, 3546 3787 { … … 3590 3831 }, 3591 3832 #endif 3592 { /* 8265RS. SYM*/3833 { /* 8265RS.sym */ 3593 3834 8265, KF_SMP, 15, 3594 3835 { … … 3637 3878 } 3638 3879 }, 3639 { /* 8265RU. SYM*/3880 { /* 8265RU.sym */ 3640 3881 8265, KF_UNI, 14, 3641 3882 { … … 3684 3925 } 3685 3926 }, 3686 #ifdef ALLKERNELS 3687 { /* 9024AU.SYM */ 3927 { /* 8266RS.sym */ 3928 8266, KF_SMP, 15, 3929 { 3930 {14, 0x0000c250}, /* _ldrRead */ 3931 {14, 0x0004a5e0}, /* _ldrOpen */ 3932 {14, 0x0004b000}, /* _ldrClose */ 3933 {14, 0x0004b050}, /* _LDRQAppType */ 3934 {14, 0x00048ac4}, /* _ldrEnum32bitRelRecs */ 3935 {14, 0x000053e0}, /* _IOSftOpen */ 3936 {14, 0x000058b9}, /* _IOSftClose */ 3937 {14, 0x00005970}, /* _IOSftTransPath */ 3938 {14, 0x000056d0}, /* _IOSftReadAt */ 3939 {14, 0x000056d7}, /* _IOSftWriteAt */ 3940 {14, 0x00005a9a}, /* _SftFileSize */ 3941 {14, 0x000466b4}, /* _VMAllocMem */ 3942 {14, 0x00027a7c}, /* _VMGetOwner */ 3943 {14, 0x000549ee}, /* g_tkExecPgm */ 3944 {14, 0x000510e9}, /* _tkStartProcess */ 3945 {11, 0x0000a178}, /* f_FuStrLenZ */ 3946 {11, 0x0000a0f8}, /* f_FuStrLen */ 3947 {11, 0x0000a321}, /* f_FuBuff */ 3948 {14, 0x000266d3}, /* _VMObjHandleInfo */ 3949 {14, 0x000554d0}, /* _ldrASMpMTEFromHandle */ 3950 {14, 0x0004a886}, /* _ldrOpenPath */ 3951 {14, 0x00047078}, /* _LDRClearSem */ 3952 {14, 0x000507c5}, /* _ldrFindModule */ 3953 {14, 0x0000d914}, /* _KSEMRequestMutex */ 3954 {14, 0x0000d9a7}, /* _KSEMReleaseMutex */ 3955 {14, 0x0000d9d2}, /* _KSEMQueryMutex */ 3956 {14, 0x0000dbe7}, /* _KSEMInit */ 3957 {9 , 0x0000d238}, /* _LdrSem */ 3958 {9 , 0x0000b794}, /* _LDRLibPath */ 3959 {14, 0x00033ebf}, /* _TKSuBuff */ 3960 {14, 0x00033a52}, /* _TKFuBuff */ 3961 {14, 0x00033c1c}, /* _TKFuBufLen */ 3962 {14, 0x000470c4}, /* _ldrValidateMteHandle */ 3963 {0 , 0x00000b34}, /* _pTCBCur */ 3964 {0 , 0x00000b30}, /* _pPTDACur */ 3965 {3 , 0x0000f8c0}, /* ptda_start */ 3966 {3 , 0x0000f9da}, /* ptda_environ */ 3967 {3 , 0x0000fe94}, /* ptda_ptdasem */ 3968 {3 , 0x0000ffa2}, /* ptda_module */ 3969 {3 , 0x0000f9dc}, /* ptda_pBeginLIBPATH */ 3970 {9 , 0x0000cff8}, /* _ldrpFileNameBuf */ 3971 {14, 0x00042a74}, /* SecPathFromSFN */ 3972 } 3973 }, 3974 #ifdef ALLKERNELS 3975 { /* 9024AU.sym */ 3688 3976 9024, KF_UNI | KF_ALLSTRICT, 15, 3689 3977 { … … 3733 4021 }, 3734 4022 #endif 3735 { /* 9024RU. SYM*/4023 { /* 9024RU.sym */ 3736 4024 9024, KF_UNI, 13, 3737 4025 { … … 3781 4069 }, 3782 4070 #ifdef ALLKERNELS 3783 { /* 9026AU. SYM*/4071 { /* 9026AU.sym */ 3784 4072 9026, KF_UNI | KF_ALLSTRICT, 15, 3785 4073 { … … 3829 4117 }, 3830 4118 #endif 3831 { /* 9026RU. SYM*/4119 { /* 9026RU.sym */ 3832 4120 9026, KF_UNI, 13, 3833 4121 { … … 3877 4165 }, 3878 4166 #ifdef ALLKERNELS 3879 { /* 9027AU. SYM*/4167 { /* 9027AU.sym */ 3880 4168 9027, KF_UNI | KF_ALLSTRICT, 15, 3881 4169 { … … 3925 4213 }, 3926 4214 #endif 3927 { /* 9027RU. SYM*/4215 { /* 9027RU.sym */ 3928 4216 9027, KF_UNI, 13, 3929 4217 { … … 3973 4261 }, 3974 4262 #ifdef ALLKERNELS 3975 { /* 9028AU. SYM*/4263 { /* 9028AU.sym */ 3976 4264 9028, KF_UNI | KF_ALLSTRICT, 15, 3977 4265 { … … 4021 4309 }, 4022 4310 #endif 4023 { /* 9028RU. SYM*/4311 { /* 9028RU.sym */ 4024 4312 9028, KF_UNI, 13, 4025 4313 { … … 4069 4357 }, 4070 4358 #ifdef ALLKERNELS 4071 { /* 9029AU. SYM*/4359 { /* 9029AU.sym */ 4072 4360 9029, KF_UNI | KF_ALLSTRICT, 15, 4073 4361 { … … 4118 4406 #endif 4119 4407 #ifdef ALLKERNELS 4120 { /* 9029HU. SYM*/4408 { /* 9029HU.sym */ 4121 4409 9029, KF_UNI | KF_HALFSTRICT, 15, 4122 4410 { … … 4166 4454 }, 4167 4455 #endif 4168 { /* 9029RU. SYM*/4456 { /* 9029RU.sym */ 4169 4457 9029, KF_UNI, 13, 4170 4458 { … … 4214 4502 }, 4215 4503 #ifdef ALLKERNELS 4216 { /* 9030AU. SYM*/4504 { /* 9030AU.sym */ 4217 4505 9030, KF_UNI | KF_ALLSTRICT, 16, 4218 4506 { … … 4263 4551 #endif 4264 4552 #ifdef ALLKERNELS 4265 { /* 9030HU. SYM*/4553 { /* 9030HU.sym */ 4266 4554 9030, KF_UNI | KF_HALFSTRICT, 16, 4267 4555 { … … 4311 4599 }, 4312 4600 #endif 4313 { /* 9030RU. SYM*/4601 { /* 9030RU.sym */ 4314 4602 9030, KF_UNI, 14, 4315 4603 { … … 4359 4647 }, 4360 4648 #ifdef ALLKERNELS 4361 { /* 9031AU. SYM*/4649 { /* 9031AU.sym */ 4362 4650 9031, KF_UNI | KF_ALLSTRICT, 16, 4363 4651 { … … 4408 4696 #endif 4409 4697 #ifdef ALLKERNELS 4410 { /* 9031HU. SYM*/4698 { /* 9031HU.sym */ 4411 4699 9031, KF_UNI | KF_HALFSTRICT, 16, 4412 4700 { … … 4456 4744 }, 4457 4745 #endif 4458 { /* 9031RU. SYM*/4746 { /* 9031RU.sym */ 4459 4747 9031, KF_UNI, 14, 4460 4748 { … … 4504 4792 }, 4505 4793 #ifdef ALLKERNELS 4506 { /* 9032AU. SYM*/4794 { /* 9032AU.sym */ 4507 4795 9032, KF_UNI | KF_ALLSTRICT, 16, 4508 4796 { … … 4553 4841 #endif 4554 4842 #ifdef ALLKERNELS 4555 { /* 9032HU. SYM*/4843 { /* 9032HU.sym */ 4556 4844 9032, KF_UNI | KF_HALFSTRICT, 16, 4557 4845 { … … 4601 4889 }, 4602 4890 #endif 4603 { /* 9032RU. SYM*/4891 { /* 9032RU.sym */ 4604 4892 9032, KF_UNI, 14, 4605 4893 { … … 4649 4937 }, 4650 4938 #ifdef ALLKERNELS 4651 { /* 9033AU. SYM*/4939 { /* 9033AU.sym */ 4652 4940 9033, KF_UNI | KF_ALLSTRICT, 16, 4653 4941 { … … 4698 4986 #endif 4699 4987 #ifdef ALLKERNELS 4700 { /* 9033HU. SYM*/4988 { /* 9033HU.sym */ 4701 4989 9033, KF_UNI | KF_HALFSTRICT, 16, 4702 4990 { … … 4746 5034 }, 4747 5035 #endif 4748 { /* 9033RU. SYM*/5036 { /* 9033RU.sym */ 4749 5037 9033, KF_UNI, 14, 4750 5038 { … … 4794 5082 }, 4795 5083 #ifdef ALLKERNELS 4796 { /* 9034AU. SYM*/5084 { /* 9034AU.sym */ 4797 5085 9034, KF_UNI | KF_ALLSTRICT, 16, 4798 5086 { … … 4843 5131 #endif 4844 5132 #ifdef ALLKERNELS 4845 { /* 9034HU. SYM*/5133 { /* 9034HU.sym */ 4846 5134 9034, KF_UNI | KF_HALFSTRICT, 16, 4847 5135 { … … 4891 5179 }, 4892 5180 #endif 4893 { /* 9034RU. SYM*/5181 { /* 9034RU.sym */ 4894 5182 9034, KF_UNI, 14, 4895 5183 { … … 4939 5227 }, 4940 5228 #ifdef ALLKERNELS 4941 { /* 9035AU. SYM*/5229 { /* 9035AU.sym */ 4942 5230 9035, KF_UNI | KF_ALLSTRICT, 16, 4943 5231 { … … 4988 5276 #endif 4989 5277 #ifdef ALLKERNELS 4990 { /* 9035HU. SYM*/5278 { /* 9035HU.sym */ 4991 5279 9035, KF_UNI | KF_HALFSTRICT, 16, 4992 5280 { … … 5036 5324 }, 5037 5325 #endif 5038 { /* 9035RU. SYM*/5326 { /* 9035RU.sym */ 5039 5327 9035, KF_UNI, 14, 5040 5328 { … … 5084 5372 }, 5085 5373 #ifdef ALLKERNELS 5086 { /* 9036AU. SYM*/5374 { /* 9036AU.sym */ 5087 5375 9036, KF_UNI | KF_ALLSTRICT, 16, 5088 5376 { … … 5133 5421 #endif 5134 5422 #ifdef ALLKERNELS 5135 { /* 9036HU. SYM*/5423 { /* 9036HU.sym */ 5136 5424 9036, KF_UNI | KF_HALFSTRICT, 16, 5137 5425 { … … 5181 5469 }, 5182 5470 #endif 5183 { /* 9036RU. SYM*/5471 { /* 9036RU.sym */ 5184 5472 9036, KF_UNI, 14, 5185 5473 { -
trunk/src/win32k/dev16/extract.c
r4217 r4307 1 /* $Id: extract.c,v 1. 1 2000-09-08 14:48:40bird Exp $1 /* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $ 2 2 * 3 3 * Description: SymDB entry generator. … … 98 98 const char *psz = pszFilename + kstrlen(pszFilename); 99 99 100 DosWrite(2, (char*)pszFilename, cch, &rc);101 DosWrite(2, "\r\n", 2, &rc);102 103 100 /* find filename */ 104 101 cch = 0; … … 107 104 psz++; 108 105 cch--; 106 107 /* Progress information */ 108 DosWrite(2, (char*)pszFilename, cch, &rc); 109 DosWrite(2, "\r\n", 2, &rc); 109 110 110 111 /* Filename check */ … … 244 245 int i; 245 246 246 printf16("/* $Id: extract.c,v 1. 1 2000-09-08 14:48:40bird Exp $\n"247 printf16("/* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $\n" 247 248 "*\n" 248 249 "* Autogenerated kernel symbol database.\n" -
trunk/src/win32k/dev32/d32init.c
r4227 r4307 1 /* $Id: d32init.c,v 1.2 3 2000-09-08 21:34:10bird Exp $1 /* $Id: d32init.c,v 1.24 2000-09-22 09:22:35 bird Exp $ 2 2 * 3 3 * d32init.c - 32-bits init routines. … … 359 359 /* functionoverrides */ 360 360 if ((rc = importTabInit()) != NO_ERROR) 361 return rc;361 return (USHORT)rc; 362 362 363 363 /* … … 1197 1197 0, /* 18 */ 1198 1198 0, /* 19 */ 1199 (unsigned)myldrOpenPath ,/* 20 */1199 (unsigned)myldrOpenPath_old, /* 20 */ 1200 1200 0, /* 21 */ 1201 1201 0, /* 22 */ … … 1220 1220 (unsigned)nopSecPathFromSFN /* 41 */ 1221 1221 #if 0 /* experimenting */ 1222 ,(unsigned)myldrSetVMflags, 1222 ,(unsigned)myldrSetVMflags, /* 42 */ 1223 1223 #endif 1224 1224 }; … … 1226 1226 int cb; 1227 1227 int cbmin; 1228 1229 #ifndef R3TST //New function not currently not implemented by fake.c 1230 /* 1231 * Build specific changes to the auFuncs table 1232 */ 1233 if (options.ulBuild >= 14053) 1234 { 1235 #ifdef DEBUG 1236 if (auFuncs[20] != (unsigned)myldrOpenPath_old) 1237 { 1238 kprintf(("importTabInit: ASSERTION FAILED auFuncs don't point at myldrOpenPath\n")); 1239 Int3(); 1240 } 1241 #endif 1242 auFuncs[20] = (unsigned)myldrOpenPath; 1243 } 1244 #endif 1228 1245 1229 1246 #ifdef R3TST -
trunk/src/win32k/include/LdrCalls.h
r4227 r4307 1 /* $Id: LdrCalls.h,v 1. 5 2000-09-08 21:34:11bird Exp $1 /* $Id: LdrCalls.h,v 1.6 2000-09-22 09:22:37 bird Exp $ 2 2 * 3 3 * Prototypes for the loader overrided function. … … 138 138 /** 139 139 * ldrOpenPath 140 * pre 14053. 140 141 * @returns OS2 return code. 141 142 * pLdrLv->lv_sfn is set to filename handle. … … 155 156 * endif 156 157 */ 157 extern ULONG LDRCALL ldrOpenPath ( /* retd 0x10 */158 extern ULONG LDRCALL ldrOpenPath_old( /* retd 0x10 */ 158 159 PCHAR pachFilename, /* ebp + 0x08 */ 159 160 USHORT cchFilename, /* ebp + 0x0c */ … … 162 163 ); 163 164 164 ULONG LDRCALL myldrOpenPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *plv, PULONG pful); 165 ULONG LDRCALL myldrOpenPath_old(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *plv, PULONG pful); 166 167 168 /** 169 * ldrOpenPath - ldrOpenPath for build 14053 and above. 170 * 171 * @returns OS2 return code. 172 * plv->lv_sfn is set to filename handle. 173 * @param pachFilename Pointer to modulename. Not zero terminated! 174 * @param cchFilename Modulename length. 175 * @param plv Loader local variables? (Struct from KERNEL.SDF) 176 * @param pful Pointer to flags which are passed on to ldrOpen. 177 * @param lLibPath New parameter in build 14053. 178 * ldrGetMte calls with 1 179 * ldrOpenNewExe calls with 3 180 * This is compared to the initial libpath index. 181 * The libpath index is: 182 * BEGINLIBPATH 1 183 * LIBPATH 2 184 * ENDLIBPATH 3 185 * The initial libpath index is either 1 or 2. 186 * 187 * @sketch 188 * This is roughly what the original ldrOpenPath does: 189 * Save pTCBCur->TCBFailErr. 190 * if !CLASS_GLOBAL or miniifs then 191 * ldrOpen(pachFilename) 192 * else 193 * if beglibpath != NULL then path = 1 else path = 2 194 * if (lLibPath < path) 195 * return ERROR_FILE_NOT_FOUND; (2) 196 * Allocate buffer. 197 * loop until no more libpath elements 198 * get next libpath element and add it to the modname. 199 * try open the modname 200 * if successfull then break the loop. 201 * endloop 202 * Free buffer. 203 * endif 204 * Restore pTCBCur->TCBFailErr. 205 */ 206 extern ULONG LDRCALL ldrOpenPath( /* retd 0x14 */ 207 PCHAR pachFilename, /* ebp + 0x08 */ 208 USHORT cchFilename, /* ebp + 0x0c */ 209 ldrlv_t * plv, /* ebp + 0x10 */ 210 PULONG pful, /* ebp + 0x14 */ 211 ULONG lLibPath /* ebp + 0x18 */ 212 ); 213 214 ULONG LDRCALL myldrOpenPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *plv, PULONG pful, ULONG lLibPath); 165 215 166 216 -
trunk/src/win32k/include/ModuleBase.h
r4164 r4307 1 /* $Id: ModuleBase.h,v 1. 4 2000-09-02 21:07:59bird Exp $1 /* $Id: ModuleBase.h,v 1.5 2000-09-22 09:22:36 bird Exp $ 2 2 * 3 3 * ModuleBase - Declaration of the Basic module class. … … 120 120 virtual ULONG applyFixups(PMTE pMTE, ULONG iObject, ULONG iPageTable, PVOID pvPage, 121 121 ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/ 122 virtual ULONG openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful ); /* (ldrOpenPath) */122 virtual ULONG openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath); /* (ldrOpenPath) */ 123 123 #ifndef RING0 124 124 virtual ULONG writeFile(PCSZ pszLXFilename); -
trunk/src/win32k/include/options.h
r4164 r4307 1 /* $Id: options.h,v 1.1 1 2000-09-02 21:08:03bird Exp $1 /* $Id: options.h,v 1.12 2000-09-22 09:22:37 bird Exp $ 2 2 * 3 3 * Options. … … 9 9 */ 10 10 11 /* NOINC */ 11 12 #ifndef _options_h_ 12 13 #define _options_h_ 14 /* INC */ 13 15 14 16 /******************************************************************************* … … 43 45 #define CB_RES_MAX ((unsigned long)1024*1024*10) /* 10MB */ 44 46 47 /* NOINC */ 45 48 /* default assignments */ 46 49 #define DEFAULT_OPTION_ASSIGMENTS \ … … 82 85 #define isSMPKernel() (options.fKernel & KF_SMP) 83 86 #define isUNIKernel() !(options.fKernel & KF_SMP) 84 87 /* INC */ 85 88 86 89 /******************************************************************************* … … 96 99 /** @cat logging options */ 97 100 USHORT usCom; /* Output port no. */ 98 U LONGfLogging; /* Logging. */101 USHORT fLogging; /* Logging. */ 99 102 100 103 /** @cat kernel selection */ … … 134 137 * Global Variables * 135 138 *******************************************************************************/ 139 /* NOINC */ 136 140 extern struct options DATA16_GLOBAL options; /* defined in d16globals.c */ 137 141 #if defined(__IBMC__) || defined(__IBMCPP__) 138 142 #pragma map( options , "_options" ) 139 143 #endif 144 /* INC */ 140 145 146 /* NOINC */ 141 147 #endif 148 /* INC */ 142 149 -
trunk/src/win32k/include/pe2lx.h
r4164 r4307 1 /* $Id: pe2lx.h,v 1.1 0 2000-09-02 21:08:03bird Exp $1 /* $Id: pe2lx.h,v 1.11 2000-09-22 09:22:37 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 66 66 ULONG applyFixups(PMTE pMTE, ULONG iObject, ULONG iPageTable, PVOID pvPage, 67 67 ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/ 68 ULONG openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful ); /* (ldrOpenPath) */69 static ULONG openPath2(PCHAR pachFilename, ULONG cchFilename, ldrlv_t *pLdrLv, PULONG pful, BOOL fOdin32PathValid);68 ULONG openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath); /* (ldrOpenPath) */ 69 static ULONG openPath2(PCHAR pachFilename, ULONG cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath, BOOL fOdin32PathValid); 70 70 #ifndef RING0 71 71 ULONG testApplyFixups(); -
trunk/src/win32k/k32/k32SetOptions.cpp
r4164 r4307 1 /* $Id: k32SetOptions.cpp,v 1. 2 2000-09-02 21:08:06bird Exp $1 /* $Id: k32SetOptions.cpp,v 1.3 2000-09-22 09:22:38 bird Exp $ 2 2 * 3 3 * k32SetOptions - Sets the changable options of win32k.sys the options. … … 146 146 */ 147 147 options.usCom = TmpOptions.usCom; /* Output port no. */ 148 options.fLogging = TmpOptions.fLogging;/* Logging. */148 options.fLogging = (USHORT)TmpOptions.fLogging;/* Logging. */ 149 149 options.fPE = TmpOptions.fPE; /* Flags set the type of conversion. */ 150 150 options.ulInfoLevel = TmpOptions.ulInfoLevel; /* Pe2Lx InfoLevel. */ -
trunk/src/win32k/ldr/ModuleBase.cpp
r4164 r4307 1 /* $Id: ModuleBase.cpp,v 1. 4 2000-09-02 21:08:06bird Exp $1 /* $Id: ModuleBase.cpp,v 1.5 2000-09-22 09:22:39 bird Exp $ 2 2 * 3 3 * ModuleBase - Implementetation. … … 174 174 * @param pLdrLv Loader local variables? (Struct from KERNEL.SDF) 175 175 * @param pful Pointer to flags which are passed on to ldrOpen. 176 * @param lLibPath New parameter in build 14053(/8266?) 177 * ldrGetMte calls with 1 178 * ldrOpenNewExe calls with 3 179 * This is compared to the initial libpath index. 180 * The libpath index is: 181 * BEGINLIBPATH 1 182 * LIBPATH 2 183 * ENDLIBPATH 3 184 * The initial libpath index is either 1 or 2. 185 * Currently we'll ignore it. (I don't know why ldrGetMte calls ldrOpenPath...) 176 186 * @sketch 177 187 * This is roughly what the original ldrOpenPath does: 188 * Save pTCBCur->TCBFailErr. 178 189 * if !CLASS_GLOBAL or miniifs then 179 * ldrOpen(pach ModName)190 * ldrOpen(pachFilename) 180 191 * else 192 * if beglibpath != NULL then path = 1 else path = 2 193 * if (lLibPath < path) 194 * return ERROR_FILE_NOT_FOUND; (2) 195 * Allocate buffer. 181 196 * loop until no more libpath elements 182 197 * get next libpath element and add it to the modname. … … 184 199 * if successfull then break the loop. 185 200 * endloop 201 * Free buffer. 186 202 * endif 187 */ 188 ULONG ModuleBase::openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful) /* (ldrOpenPath) */ 203 * Restore pTCBCur->TCBFailErr. 204 */ 205 ULONG ModuleBase::openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath) /* (ldrOpenPath) */ 189 206 { 190 207 #ifdef RING0 191 208 printf("ModuleBase::openPath:\n"); 192 return ldrOpenPath(pachFilename, cchFilename, pLdrLv, pful );209 return ldrOpenPath(pachFilename, cchFilename, pLdrLv, pful, lLibPath); 193 210 #else 194 211 NOREF(pachFilename); -
trunk/src/win32k/ldr/calltab.asm
r4227 r4307 1 ; $Id: calltab.asm,v 1.1 4 2000-09-08 21:34:12bird Exp $1 ; $Id: calltab.asm,v 1.15 2000-09-22 09:22:39 bird Exp $ 2 2 ; 3 3 ; callTab - Call back again table - table with entry for each function or … … 43 43 public _VMObjHandleInfo@12 44 44 public _ldrASMpMTEFromHandle@4 45 public _ ldrOpenPath@1645 public __ldrOpenPath ; exported thru assembly wrapper 46 46 public _LDRClearSem@0 47 47 public _ldrFindModule@16 … … 228 228 _ldrASMpMTEFromHandle@4 ENDP 229 229 230 ; 20 231 _ ldrOpenPath@16PROC NEAR232 db MAXSIZE_PROLOG dup(0cch) 233 _ ldrOpenPath@16ENDP230 ; 20 - exported thru assembly interface due to change in build 14053. 231 __ldrOpenPath PROC NEAR 232 db MAXSIZE_PROLOG dup(0cch) 233 __ldrOpenPath ENDP 234 234 235 235 ; 21 -
trunk/src/win32k/ldr/myldrOpenPath.cpp
r4164 r4307 1 /* $Id: myldrOpenPath.cpp,v 1. 2 2000-09-02 21:08:10 bird Exp $1 /* $Id: myldrOpenPath.cpp,v 1.3 2000-09-22 09:22:40 bird Exp $ 2 2 * 3 3 * myldrOpenPath - ldrOpenPath used to open executables we'll override … … 41 41 42 42 /** 43 * ldrOpenPath. 43 44 * myldrOpenPath - opens file eventually searching loader specific paths 44 45 * … … 49 50 * @param plv Loader local variables? (Struct from KERNEL.SDF) 50 51 * @param pful Pointer to flags which are passed on to ldrOpen. 52 * @param lLibPath New parameter in build 14053() 53 * ldrGetMte calls with 1 54 * ldrOpenNewExe calls with 3 55 * This is compared to the initial libpath index. 56 * The libpath index is: 57 * BEGINLIBPATH 1 58 * LIBPATH 2 59 * ENDLIBPATH 3 60 * The initial libpath index is either 1 or 2. 61 * Currently we'll ignore it. (I don't know why ldrGetMte calls ldrOpenPath...) 62 * 51 63 * @sketch 52 64 * This is roughly what the original ldrOpenPath does: … … 55 67 * ldrOpen(pachFilename) 56 68 * else 69 * if beglibpath != NULL then path = 1 else path = 2 70 * if (lLibPath < path) 71 * return ERROR_FILE_NOT_FOUND; (2) 72 * Allocate buffer. 57 73 * loop until no more libpath elements 58 74 * get next libpath element and add it to the modname. … … 60 76 * if successfull then break the loop. 61 77 * endloop 78 * Free buffer. 62 79 * endif 63 80 * Restore pTCBCur->TCBFailErr. … … 65 82 * 66 83 */ 67 ULONG LDRCALL myldrOpenPath( /* retd 0x10*/84 ULONG LDRCALL myldrOpenPath( /* retd 0x14 */ 68 85 PCHAR pachFilename, /* ebp + 0x08 */ 69 86 USHORT cchFilename, /* ebp + 0x0c */ 70 87 ldrlv_t * plv, /* ebp + 0x10 */ 71 PULONG pful /* ebp + 0x14 */ 88 PULONG pful, /* ebp + 0x14 */ 89 ULONG lLibPath /* ebp + 0x18 */ 72 90 ) 73 91 { … … 89 107 pachFilename, cchFilename, plv, pful 90 108 )); 91 return ldrOpenPath(pachFilename, cchFilename, plv, pful );109 return ldrOpenPath(pachFilename, cchFilename, plv, pful, lLibPath); 92 110 } 93 111 #endif … … 156 174 */ 157 175 USHORT TCBFailErr_save = tcbGetTCBFailErr(tcbGetCur()); 158 rc = pExe->Data.pModule->openPath(pachFilename, cchFilename, plv, pful );176 rc = pExe->Data.pModule->openPath(pachFilename, cchFilename, plv, pful, lLibPath); 159 177 tcbSetTCBFailErr(tcbGetCur(), TCBFailErr_save); 160 178 } 161 179 else 162 rc = ldrOpenPath(pachFilename, cchFilename, plv, pful );180 rc = ldrOpenPath(pachFilename, cchFilename, plv, pful, lLibPath); 163 181 } 164 182 else 165 rc = ldrOpenPath(pachFilename, cchFilename, plv, pful );183 rc = ldrOpenPath(pachFilename, cchFilename, plv, pful, lLibPath); 166 184 167 185 … … 176 194 177 195 196 /** 197 * Wrapper for the old (pre 14053) versions. 198 * the new parameter is set to 3. 199 */ 200 ULONG LDRCALL myldrOpenPath_old( /* retd 0x10 */ 201 PCHAR pachFilename, /* ebp + 0x08 */ 202 USHORT cchFilename, /* ebp + 0x0c */ 203 ldrlv_t * plv, /* ebp + 0x10 */ 204 PULONG pful /* ebp + 0x14 */ 205 ) 206 { 207 return myldrOpenPath(pachFilename, cchFilename, plv, pful, 3); 208 } 209 210 -
trunk/src/win32k/pe2lx/pe2lx.cpp
r4302 r4307 1 /* $Id: pe2lx.cpp,v 1.2 0 2000-09-22 03:47:37bird Exp $1 /* $Id: pe2lx.cpp,v 1.21 2000-09-22 09:22:41 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 1341 1341 * endif 1342 1342 */ 1343 ULONG Pe2Lx::openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful ) /* (ldrOpenPath) */1343 ULONG Pe2Lx::openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath) /* (ldrOpenPath) */ 1344 1344 { 1345 1345 #ifdef RING0 … … 1349 1349 * Initiate the Odin32 Path static variable and call worker. 1350 1350 */ 1351 return openPath2(pachFilename, cchFilename, pLdrLv, pful, initOdin32Path());1351 return openPath2(pachFilename, cchFilename, pLdrLv, pful, lLibPath, initOdin32Path()); 1352 1352 1353 1353 #else … … 1356 1356 NOREF(pLdrLv); 1357 1357 NOREF(pful); 1358 NOREF(lLibPath); 1358 1359 return ERROR_NOT_SUPPORTED; 1359 1360 #endif … … 1386 1387 * treat it as an ULONG.) 1387 1388 */ 1388 ULONG Pe2Lx::openPath2(PCHAR pachFilename, ULONG cchFilename, ldrlv_t *pLdrLv, PULONG pful, BOOL fOdin32PathValid)1389 ULONG Pe2Lx::openPath2(PCHAR pachFilename, ULONG cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath, BOOL fOdin32PathValid) 1389 1390 { 1390 1391 #ifdef RING0 … … 1594 1595 */ 1595 1596 rfree(pVars); 1596 return ldrOpenPath(pachFilename, (USHORT)cchFilename, pLdrLv, pful );1597 return ldrOpenPath(pachFilename, (USHORT)cchFilename, pLdrLv, pful, lLibPath); 1597 1598 1598 1599 #else … … 1601 1602 NOREF(pLdrLv); 1602 1603 NOREF(pful); 1604 NOREF(lLibPath); 1603 1605 NOREF(fOdin32PathValid); 1604 1606 return ERROR_NOT_SUPPORTED; … … 4785 4787 options.fNoLoader = TRUE; 4786 4788 lv.lv_class = CLASS_GLOBAL; 4787 rc = openPath2("KERNEL32", 8, (ldrlv_t*)SSToDS(&lv), (PULONG)SSToDS(&ful), FALSE);4789 rc = openPath2("KERNEL32", 8, (ldrlv_t*)SSToDS(&lv), (PULONG)SSToDS(&ful), 3, FALSE); 4788 4790 options.fNoLoader = ul; 4789 4791 if (rc == NO_ERROR) -
trunk/src/win32k/test/win32ktst.c
r4164 r4307 1 /* $Id: win32ktst.c,v 1. 2 2000-09-02 21:08:21bird Exp $1 /* $Id: win32ktst.c,v 1.3 2000-09-22 09:22:43 bird Exp $ 2 2 * 3 3 * Win32k test module. … … 867 867 */ 868 868 printf("--- TestcaseExeLoad2 - loading win32ktst.exe (LX image) ----\n"); 869 rc = CalltkExecPgm(EXEC_LOAD, NULL, NULL, " win32ktst.exe");869 rc = CalltkExecPgm(EXEC_LOAD, NULL, NULL, "GLC6000.TMP"); 870 870 if (rc == NO_ERROR) 871 871 {
Note:
See TracChangeset
for help on using the changeset viewer.