This commit is contained in:
Ciro Santilli
2018-04-13 08:37:00 +01:00
parent 42e634ffd1
commit 2427a322fc
5 changed files with 67 additions and 0 deletions

7
rootfs_overlay/kstrto.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
insmod /kstrto.ko
cd /sys/kernel/debug
echo 1234 > lkmc_kstrto
# 1234
echo foobar > lkmc_kstrto
# -22