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

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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.