search for: svctx

Displaying 1 result from an estimated 1 matches for "svctx".

Did you mean: svctm
2001 May 18
1
RFC-interupt31-sv/restore
...function. I'm not sure about the whole thing and would like some help please. Thanks. Best regards, Bob Goodwin This code is incomplete and has syntax and other errors. VOID _Int31_SvRestoreHandler() /* this one is just for INTEL */ #ifdef __386__ /* an array to save the context in */ WORD svctx[]; /* return the address of the SaveRestore function */ /* assembly code to get the function call address of SaveRestore() and return the address in the form CX:DX */ VOID SaveRestore() { _GET_CONTEXT; if AL_reg(context) /* AL=1 means restore. AL=0 means save. */...