Changeset 4010 for branches/Grace/src


Ignore:
Timestamp:
Aug 14, 2000, 10:57:07 AM (25 years ago)
Author:
bird
Message:

Corrections...
Testing is now done with real kernel image!!!

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:58 bird Exp $
     1; $Id: devfirst.asm,v 1.5.4.2 2000-08-14 08:57:06 bird Exp $
    22;
    33; DevFirst - entrypoint and segment definitions
     
    6060;$win32ki entry point
    6161_strategyAsm0:
    62     int 3
     62;    int 3
    6363    push    0
    6464    jmp     _strategyAsm
     
    6666;$win32k entry point
    6767_strategyAsm1:
    68     int 3
     68;    int 3
    6969    push    1
    7070    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:28 bird Exp $
     1/* $Id: dev32.h,v 1.8.4.2 2000-08-14 08:57:06 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    6464PMTE _System GetOS2KrnlMTE(void); /* (devfirst.asm) */
    6565#endif
    66 
    67 /*
    68  * D32init Errors
    69  */
    70 #define ERROR_D32_GETOS2KRNL_FAILED         0x01
    71 #define ERROR_D32_NO_SWAPMTE                0x02
    72 #define ERROR_D32_TOO_MANY_OBJECTS          0x03
    73 #define ERROR_D32_NO_OBJECT_TABLE           0x04
    74 #define ERROR_D32_BUILD_INFO_NOT_FOUND      0x05
    75 #define ERROR_D32_INVALID_BUILD             0x06
    76 #define ERROR_D32_PROC_NOT_FOUND            0x10
    77 #define ERROR_D32_INVALID_OBJ_OR_ADDR       0x11
    78 #define ERROR_D32_INVALID_ADDRESS           0x12
    79 #define ERROR_D32_TOO_INVALID_PROLOG        0x13
    80 #define ERROR_D32_NOT_IMPLEMENTED           0x14
    81 #define ERROR_D32_VERIFY_FAILED             0x20
    8266
    8367
Note: See TracChangeset for help on using the changeset viewer.