mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
fix configure
This commit is contained in:
12
README.adoc
12
README.adoc
@@ -145,21 +145,21 @@ hello2 cleanup
|
||||
|
||||
which are `printk` messages from `init` and `cleanup` methods of those modules.
|
||||
|
||||
Sources:
|
||||
|
||||
* link:packages/kernel_modules/hello.c[]
|
||||
* link:packages/kernel_modules/hello2.c[]
|
||||
|
||||
Quit QEMU with:
|
||||
|
||||
....
|
||||
Ctrl-A X
|
||||
....
|
||||
|
||||
Sources:
|
||||
|
||||
* link:packages/kernel_modules/hello.c[]
|
||||
* link:packages/kernel_modules/hello2.c[]
|
||||
See also: <<quit-qemu-from-text-mode>>.
|
||||
|
||||
All available modules can be found in the link:packages/kernel_modules/[`kernel_modules` directory].
|
||||
|
||||
See also: <<quit-qemu-from-text-mode>>.
|
||||
|
||||
I now urge you to read the following sections which contain widely applicable information:
|
||||
|
||||
* <<run-command-after-boot>>
|
||||
|
||||
Reference in New Issue
Block a user