0 ; This is the number of in register arguments ;++ ; ; Copyright (c) 1989 Microsoft Corporation ; ; Module Name: ; ; systable.asm ; ; Abstract: ; ; This module implements the system service dispatch table. ; ; Author: ; ; Shie-Lin Tzong (shielint) 6-Feb-1990 ; ; Environment: ; ; Kernel mode only. ; ; Revision History: ; ;-- ; ; To add a system service simply add the name of the service to the below ; table. If the system service has arguments, then immediately ; follow the name of the serice with a comma and following that the number ; of bytes of in memory arguments, e.g. CreateObject,40. ; ;ifdef i386 .386p include callconv.inc TABLE_BEGIN1 macro t TITLE t endm TABLE_BEGIN2 macro t _TEXT SEGMENT DWORD PUBLIC 'DATA' ASSUME DS:FLAT endm TABLE_BEGIN3 macro t align 4 endm TABLE_BEGIN4 macro t public _KiServiceTable _KiServiceTable label dword endm TABLE_BEGIN5 macro t endm TABLE_BEGIN6 macro t endm TABLE_BEGIN7 macro t endm TABLE_BEGIN8 macro t endm TABLE_ENTRY macro l,bias,numargs Local Bytes Bytes = numargs*4 EXTRNP _Nt&l,&numargs ComposeInst