Changeset 4005 for branches/Grace/src/win32k/dev32/devfirst.asm
- Timestamp:
- Aug 13, 2000, 11:23:59 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/dev32/devfirst.asm
r2898 r4005 1 ; $Id: devfirst.asm,v 1.5 2000-02-25 18:15:03bird Exp $1 ; $Id: devfirst.asm,v 1.5.4.1 2000-08-13 09:23:58 bird Exp $ 2 2 ; 3 3 ; DevFirst - entrypoint and segment definitions … … 60 60 ;$win32ki entry point 61 61 _strategyAsm0: 62 int 3 62 63 push 0 63 64 jmp _strategyAsm … … 65 66 ;$win32k entry point 66 67 _strategyAsm1: 68 int 3 67 69 push 1 68 70 jmp _strategyAsm
Note:
See TracChangeset
for help on using the changeset viewer.