Skip to content

Commit 2801822

Browse files
committed
Remove out-of-date syscall information
Close #121
1 parent 151a91e commit 2801822

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lkmpg.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,11 +1338,6 @@ \section{System Calls}
13381338
Note that all the related problems make syscall stealing unfeasible for production use.
13391339
In order to keep people from doing potential harmful things \cpp|sys_call_table| is no longer exported.
13401340
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.
1341-
In the example directory you will find a README and the patch.
1342-
As you can imagine, such modifications are not to be taken lightly.
1343-
Do not try this on valuable systems (ie systems that you do not own - or cannot restore easily).
1344-
You will need to get the complete sourcecode of this guide as a tarball in order to get the patch and the README.
1345-
Depending on your kernel version, you might even need to hand apply the patch.
13461341

13471342
\samplec{examples/syscall.c}
13481343

0 commit comments

Comments
 (0)