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/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/include/probkrnl.h

    r3834 r4010  
    1 /* $Id: probkrnl.h,v 1.13.4.1 2000-07-16 22:43:33 bird Exp $
     1/* $Id: probkrnl.h,v 1.13.4.2 2000-08-14 08:57:07 bird Exp $
    22 *
    33 * Include file for ProbKrnl.
     
    4848#define TYPE_W4                 0x02     /* Warp4 fp13 and above. */
    4949#endif
    50 
    51 /*
    52  * Probkrnl error codes. (They all begin with ERROR_PROB_.)
    53  *
    54  * NOTE! ERROR_PROB_KRNL_*  <  ERROR_PROB_SYM_*  <  ERROR_PROB_SYMDB_*
    55  */
    56 #define ERROR_PROB_BASE                             10000
    57 #define ERROR_PROB_KRNL_FIRST                       ERROR_PROB_KRNL_OPEN_FAILED
    58 #define ERROR_PROB_KRNL_LAST                        ERROR_PROB_KRNL_OTE_READ
    59 #define ERROR_PROB_KRNL_OPEN_FAILED                 (ERROR_PROB_BASE + 0)
    60 #define ERROR_PROB_KRNL_SEEK_SIZE                   (ERROR_PROB_BASE + 2)
    61 #define ERROR_PROB_KRNL_SEEK_FIRST                  (ERROR_PROB_BASE + 3)
    62 #define ERROR_PROB_KRNL_READ_FIRST                  (ERROR_PROB_BASE + 4)
    63 #define ERROR_PROB_KRNL_READ_NEXT                   (ERROR_PROB_BASE + 5)
    64 #define ERROR_PROB_KRNL_TAG_NOT_FOUND               (ERROR_PROB_BASE + 6)
    65 #define ERROR_PROB_KRNL_INV_SIGANTURE               (ERROR_PROB_BASE + 7)
    66 #define ERROR_PROB_KRNL_INV_BUILD_NBR               (ERROR_PROB_BASE + 8)
    67 #define ERROR_PROB_KRNL_BUILD_VERSION               (ERROR_PROB_BASE + 9)
    68 #define ERROR_PROB_KRNL_MZ_SEEK                     (ERROR_PROB_BASE + 10)
    69 #define ERROR_PROB_KRNL_MZ_READ                     (ERROR_PROB_BASE + 11)
    70 #define ERROR_PROB_KRNL_NEOFF_INVALID               (ERROR_PROB_BASE + 12)
    71 #define ERROR_PROB_KRNL_NEOFF_SEEK                  (ERROR_PROB_BASE + 13)
    72 #define ERROR_PROB_KRNL_LX_READ                     (ERROR_PROB_BASE + 14)
    73 #define ERROR_PROB_KRNL_LX_SIGNATURE                (ERROR_PROB_BASE + 15)
    74 #define ERROR_PROB_KRNL_OBJECT_CNT                  (ERROR_PROB_BASE + 16)
    75 #define ERROR_PROB_KRNL_OBJECT_CNR_10               (ERROR_PROB_BASE + 17)
    76 #define ERROR_PROB_KRNL_OTE_SEEK                    (ERROR_PROB_BASE + 18)
    77 #define ERROR_PROB_KRNL_OTE_READ                    (ERROR_PROB_BASE + 19)
    78 #define ERROR_PROB_KRNL_OTE_SIZE_MIS                (ERROR_PROB_BASE + 20)
    79 
    80 #define ERROR_PROB_SYM_FIRST                        ERROR_PROB_SYM_FILE_NOT_FOUND
    81 #define ERROR_PROB_SYM_LAST                         ERROR_PROB_SYM_IMPORTS_NOTFOUND
    82 #define ERROR_PROB_SYM_FILE_NOT_FOUND               (ERROR_PROB_BASE + 30)
    83 #define ERROR_PROB_SYM_READERROR                    (ERROR_PROB_BASE + 31)
    84 #define ERROR_PROB_SYM_INVALID_MOD_NAME             (ERROR_PROB_BASE + 32)
    85 #define ERROR_PROB_SYM_SEGS_NE_OBJS                 (ERROR_PROB_BASE + 33)
    86 #define ERROR_PROB_SYM_SEG_DEF_SEEK                 (ERROR_PROB_BASE + 34)
    87 #define ERROR_PROB_SYM_SEG_DEF_READ                 (ERROR_PROB_BASE + 35)
    88 /* - reserved for future errors - *
    89 #define ERROR_PROB_SYM_                             (ERROR_PROB_BASE + 36)
    90 #define ERROR_PROB_SYM_                             (ERROR_PROB_BASE + 37)
    91 #define ERROR_PROB_SYM_                             (ERROR_PROB_BASE + 38) */
    92 #define ERROR_PROB_SYM_IMPORTS_NOTFOUND             (ERROR_PROB_BASE + 39)
    93 
    94 #define ERROR_PROB_SYMDB_KRNL_NOT_FOUND             (ERROR_PROB_BASE + 40)
    95 
    9650
    9751
  • branches/GRACE/src/win32k/include/test.h

    r3829 r4010  
    1 /* $Id: test.h,v 1.1 2000-07-16 22:17:13 bird Exp $
     1/* $Id: test.h,v 1.1.4.1 2000-08-14 08:57:07 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    113113
    114114#ifdef INCL_16
    115 extern USHORT  usFakeVerMajor;          /* define in probkrnl.c */
    116 extern USHORT  usFakeVerMinor;          /* define in probkrnl.c */
     115extern USHORT   usFakeVerMajor;         /* define in probkrnl.c */
     116extern USHORT   usFakeVerMinor;         /* define in probkrnl.c */
    117117#else
    118 extern USHORT  _usFakeVerMajor;
    119 extern USHORT  _usFakeVerMinor;
     118extern USHORT   _usFakeVerMajor;
     119extern USHORT   _usFakeVerMinor;
    120120#endif
    121121
    122 extern const char *pszInternalRevision; /* defined in win32ktst.c */
     122#ifdef _OS2Krnl_h_
     123extern int      cObjectsFake;           /* defined in win32ktst.c */
     124extern OTE      aKrnlOTE[24];           /* defined in win32ktst.c */
     125#endif
    123126
    124127#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.