mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
split kernel module api docs to README
This commit is contained in:
4
rootfs_overlay/init_module.sh
Executable file
4
rootfs_overlay/init_module.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
insmod /init_module.ko
|
||||
rmmod init_module
|
||||
Reference in New Issue
Block a user