Changeset 4010 for branches/Grace/src/win32k/dev32/devfirst.asm
- Timestamp:
- Aug 14, 2000, 10:57:07 AM (25 years ago)
- 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: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
Note:
See TracChangeset
for help on using the changeset viewer.