From: Jim Huang Date: Fri, 22 Dec 2023 12:53:21 +0000 (+0800) Subject: syscall-steal: Refine comment X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=80e400b8d2abb621a1c5ffd29a651838ef0c80a8;p=lkmpg syscall-steal: Refine comment --- diff --git a/examples/syscall-steal.c b/examples/syscall-steal.c index 4a2f644..726bcfc 100644 --- a/examples/syscall-steal.c +++ b/examples/syscall-steal.c @@ -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