Pārlūkot izejas kodu

syscall-steal: Refine comment

Jim Huang 1 gadu atpakaļ
vecāks
revīzija
80e400b8d2
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      examples/syscall-steal.c

+ 1 - 4
examples/syscall-steal.c

@@ -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>