diff --git a/examples/syscall_steal.c b/examples/syscall-steal.c similarity index 100% rename from examples/syscall_steal.c rename to examples/syscall-steal.c diff --git a/lkmpg.tex b/lkmpg.tex index f16470c0..edeb0656 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -1562,7 +1562,7 @@ \section{System Calls} In order to keep people from doing potential harmful things \cpp|sys_call_table| is no longer exported. This means, if you want to do something more than a mere dry run of this example, you will have to patch your current kernel in order to have \cpp|sys_call_table| exported. -\samplec{examples/syscall.c} +\samplec{examples/syscall-steal.c} \section{Blocking Processes and threads} \label{sec:blocking_process_thread}