mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 11:13:51 +08:00
syscall-steal: Refine comment
This commit is contained in:
parent
e61a0d6174
commit
80e400b8d2
|
@ -1,13 +1,10 @@
|
||||||
/*
|
/*
|
||||||
* syscall_steal.c
|
* syscall-steal.c
|
||||||
*
|
*
|
||||||
* System call "stealing" sample.
|
* System call "stealing" sample.
|
||||||
*
|
*
|
||||||
* Disables page protection at a processor level by changing the 16th bit
|
* Disables page protection at a processor level by changing the 16th bit
|
||||||
* in the cr0 register (could be Intel specific).
|
* in the cr0 register (could be Intel specific).
|
||||||
*
|
|
||||||
* Based on example by Peter Jay Salzman and
|
|
||||||
* https://bbs.archlinux.org/viewtopic.php?id=139406
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user