Changeset 4010 for branches/Grace/src
- Timestamp:
- Aug 14, 2000, 10:57:07 AM (25 years ago)
- Location:
- branches/Grace/src/win32k
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/dev32/devfirst.asm
r4005 r4010 1 ; $Id: devfirst.asm,v 1.5.4. 1 2000-08-13 09:23:58bird Exp $1 ; $Id: devfirst.asm,v 1.5.4.2 2000-08-14 08:57:06 bird Exp $ 2 2 ; 3 3 ; DevFirst - entrypoint and segment definitions … … 60 60 ;$win32ki entry point 61 61 _strategyAsm0: 62 int 362 ; int 3 63 63 push 0 64 64 jmp _strategyAsm … … 66 66 ;$win32k entry point 67 67 _strategyAsm1: 68 int 368 ; int 3 69 69 push 1 70 70 jmp _strategyAsm -
branches/Grace/src/win32k/include/dev32.h
r3834 r4010 1 /* $Id: dev32.h,v 1.8.4. 1 2000-07-16 22:43:28bird Exp $1 /* $Id: dev32.h,v 1.8.4.2 2000-08-14 08:57:06 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. … … 64 64 PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */ 65 65 #endif 66 67 /*68 * D32init Errors69 */70 #define ERROR_D32_GETOS2KRNL_FAILED 0x0171 #define ERROR_D32_NO_SWAPMTE 0x0272 #define ERROR_D32_TOO_MANY_OBJECTS 0x0373 #define ERROR_D32_NO_OBJECT_TABLE 0x0474 #define ERROR_D32_BUILD_INFO_NOT_FOUND 0x0575 #define ERROR_D32_INVALID_BUILD 0x0676 #define ERROR_D32_PROC_NOT_FOUND 0x1077 #define ERROR_D32_INVALID_OBJ_OR_ADDR 0x1178 #define ERROR_D32_INVALID_ADDRESS 0x1279 #define ERROR_D32_TOO_INVALID_PROLOG 0x1380 #define ERROR_D32_NOT_IMPLEMENTED 0x1481 #define ERROR_D32_VERIFY_FAILED 0x2082 66 83 67
Note:
See TracChangeset
for help on using the changeset viewer.