Changes between Initial Version and Version 1 of Ticket #36
- Timestamp:
- Jan 11, 2016, 3:03:48 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36 – Description
initial v1 18 18 19 19 Context hook is created once with DevHlp_AllocateCtxHook, and can be "armed" multiple times with DevHlp_ArmCtxHook. The hook is executed in task time in the first available context (ring0). AllocateCtxHook returns a hook handle, which can be used until it is freed with DevHlp_FreeCtxHook. 20 21 PS: here Ctx hooks also seem to be used for kernel threads: http://trac.netlabs.org/ahci/browser/trunk/src/os2ahci/ctxhook.c