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
0 comments
Post a Comment