Sunday, April 6, 2008

Windows Research Kernel @ HPI - news, howtos and labdescriptions » Howto: Implementation of new system service calls (I)

The implementation of a new system service call with the Windows Research Kernel requires only a few steps:
* Insert entries for the new system service call into the system service dispatch table (files systable.asm and sysstubs.asm).
* Implement the new system service function.
* Create a user mode wrapper function for the system service call.

Read more ...Windows Research Kernel @ HPI - news, howtos and labdescriptions » Howto: Implementation of new system service calls (I)
Blogged with the Flock Browser

No comments:

Post a Comment