CoreMod
From Wiki.cyring.fr
(→Compiling) |
(→Debugging) |
||
| Line 26: | Line 26: | ||
==== Debugging ==== | ==== Debugging ==== | ||
| - | First of all, compile sources with the -g switch then launch the debugger<br /> | + | First of all, compile sources with the -g switch enabled, if not already, in the Makefile's CFLAGS, then launch the debugger<br /> |
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> | ||
| - | $ kdesu ddd ./coremod | + | $ kdesu ddd ./bin/coremod |
</syntaxhighlight> | </syntaxhighlight> | ||
<br /> | <br /> | ||
| + | |||
==== Usage ==== | ==== Usage ==== | ||
Two kernel modules must be loaded | Two kernel modules must be loaded | ||