mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
LED failed attempt, GPIO working
This commit is contained in:
@@ -47,10 +47,12 @@ If you are feeling fancy, you can also insert modules with:
|
||||
|
||||
modprobe hello
|
||||
|
||||
and if you are feeling raw, you can use:
|
||||
If you are feeling raw, you can use:
|
||||
|
||||
/myinsmod.out /hello.ko
|
||||
|
||||
Kernel modules built in-tree with `CONFIG_SOME_MOD=m`, are available via `modprobe`.
|
||||
|
||||
We use `printk` a lot, and it shows on the QEMU terminal by default. If that annoys you (e.g. you want to see stdout separately), do:
|
||||
|
||||
dmesg -n 1
|
||||
|
||||
Reference in New Issue
Block a user