Changeset 5247 for trunk/src/win32k/dev32/d32Events.asm
- Timestamp:
- Feb 23, 2001, 3:57:55 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/win32k/dev32/d32Events.asm (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/d32Events.asm
r5170 r5247 1 ; $Id: d32Events.asm,v 1. 1 2001-02-18 15:27:16bird Exp $1 ; $Id: d32Events.asm,v 1.2 2001-02-23 02:57:53 bird Exp $ 2 2 ; 3 3 ; d32Events - Code for overriding system events. … … 26 26 extrn aSysEventsOverrides:dword 27 27 extrn _TKSSBase16:dword 28 extrn dh_SendEvent: far28 extrn dh_SendEvent:near 29 29 extrn dh_SendEvent_sel:word 30 extrn RASRST: far30 extrn RASRST:near 31 31 extrn _Device_Help:dword 32 32 … … 114 114 pop ds ; 3 115 115 ASSUME ds:DATA16 ; 3 116 mov ax, dh_SendEvent_sel; 3116 mov ax, cs:dh_SendEvent_sel ; 3 117 117 mov ss:[bp+6], ax ; 4 118 118 pop eax ; restore eax. … … 137 137 pop ds 138 138 pop ax 139 jmp far ptr DATA16:dh_SendEvent139 jmp dh_SendEvent 140 140 mydh_SendEvent ENDP 141 141 … … 162 162 163 163 ; 164 ; TODO - add check if we're actually being called from kbdbase.sys!165 ;166 167 168 ;169 164 ; Check if we're going to override this dump request. 170 165 ; … … 180 175 181 176 ; 177 ; TODO - add check if we're actually being called from kbdbase.sys! 178 ; If not called from kbdbase.sys we should do the dump. 179 180 181 ; 182 182 ; Post semaphore handle. 183 183 ; … … 199 199 pop ebx 200 200 pop ds 201 jmp far ptr DATA16:RASRST201 jmp RASRST 202 202 myRASRST ENDP 203 203
Note:
See TracChangeset
for help on using the changeset viewer.
