Skip to content

Commit

Permalink
syscall-steal: Refine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 22, 2023
1 parent e61a0d6 commit 80e400b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/syscall-steal.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/*
* syscall_steal.c
* syscall-steal.c
*
* System call "stealing" sample.
*
* Disables page protection at a processor level by changing the 16th bit
* 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>
Expand Down

0 comments on commit 80e400b

Please sign in to comment.