浏览代码

Remove out-of-date syscall information

Close #121
Jim Huang 3 年之前
父节点
当前提交
28018227fc
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      lkmpg.tex

+ 0 - 5
lkmpg.tex

@@ -1338,11 +1338,6 @@ Unfortunately, \cpp|B_open| will still try to call \cpp|A_open| which is no long
 Note that all the related problems make syscall stealing unfeasible for production use.
 Note that all the related problems make syscall stealing unfeasible for production use.
 In order to keep people from doing potential harmful things \cpp|sys_call_table| is no longer exported.
 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.
 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.
-In the example directory you will find a README and the patch.
-As you can imagine, such modifications are not to be taken lightly.
-Do not try this on valuable systems (ie systems that you do not own - or cannot restore easily).
-You will need to get the complete sourcecode of this guide as a tarball in order to get the patch and the README.
-Depending on your kernel version, you might even need to hand apply the patch.
 
 
 \samplec{examples/syscall.c}
 \samplec{examples/syscall.c}