We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61a0d6 commit 80e400bCopy full SHA for 80e400b
examples/syscall-steal.c
@@ -1,13 +1,10 @@
1
/*
2
- * syscall_steal.c
+ * syscall-steal.c
3
*
4
* System call "stealing" sample.
5
6
* Disables page protection at a processor level by changing the 16th bit
7
* in the cr0 register (could be Intel specific).
8
- *
9
- * Based on example by Peter Jay Salzman and
10
- * https://bbs.archlinux.org/viewtopic.php?id=139406
11
*/
12
13
#include <linux/delay.h>
0 commit comments