Changeset 4073 for branches/GRACE/src/win32k/test/win32ktst.c
- Timestamp:
- Aug 23, 2000, 6:25:46 AM (25 years ago)
- File:
-
- 1 edited
-
branches/GRACE/src/win32k/test/win32ktst.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/test/win32ktst.c
r4025 r4073 1 /* $Id: win32ktst.c,v 1.1.4. 4 2000-08-17 08:23:35bird Exp $1 /* $Id: win32ktst.c,v 1.1.4.5 2000-08-23 04:25:46 bird Exp $ 2 2 * 3 3 * Win32k test module. … … 55 55 56 56 57 58 59 57 60 /** @design Win32k Ring-3 Testing 58 61 * I'll try to make it possible to test parts or all the win32k code in ring-3. … … 136 139 * 7) Testing finished - thunk stack back to 32-bit. 137 140 */ 141 138 142 139 143 /******************************************************************************* … … 225 229 *******************************************************************************/ 226 230 extern BOOL fInited; /* malloc.c */ 227 const char * pszInternalRevision = "\r\nInternal revision 14.040_W4";228 231 int cObjectsFake = 14; 229 232 OTE aKrnlOTE[24]; … … 240 243 #define QS_MTE 0x0004 241 244 #endif 245 242 246 243 247 /******************************************************************************* … … 533 537 } 534 538 535 /**536 * Initiate workers (imported kernel functions / vars)537 * @status partially implemented.538 * @author knut st. osmundsen (knut.stange.osmundsen@pmsc.no)539 */540 void workersinit(void)541 {542 DosSetMem(&CODE16START, &CODE16END - &CODE16START, PAG_WRITE | PAG_READ);543 DosSetMem(&CODE32START, &CODE32END - &CODE32START, PAG_WRITE | PAG_READ);544 }545 546 539 547 540 /** … … 682 675 int rc = 1; 683 676 RP32INIT rpinit; 684 char * pszInitArgs = "-C1 -L:N -Verbose -Quiet -Elf:Yes -Pe:Mixed -Script:Yes -W4 -Heap:512000 -ResHeap:0256000 -HeapMax:4096000 -ResHeapMax:0x100000"; 677 char * pszInitArgs = "-C1 -L:E -Verbose -Quiet -Elf:Yes -Pe:Mixed -Script:Yes -W4 -Heap:512000 -ResHeap:0256000 -HeapMax:4096000 -ResHeapMax:0x100000"; 678 679 options.fLogging = TRUE; 685 680 686 681 /* $elf */ … … 705 700 opt.fPE = FLAGS_PE_MIXED; 706 701 opt.fQuiet = TRUE; 707 opt.fLogging = FALSE;702 opt.fLogging = TRUE; 708 703 opt.usCom = OUTPUT_COM1; 709 704 opt.ulInfoLevel = INFOLEVEL_INFOALL;
Note:
See TracChangeset
for help on using the changeset viewer.
