From 80e400b8d2abb621a1c5ffd29a651838ef0c80a8 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 22 Dec 2023 20:53:21 +0800 Subject: [PATCH] syscall-steal: Refine comment --- examples/syscall-steal.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/syscall-steal.c b/examples/syscall-steal.c index 4a2f6443..726bcfc6 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