mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
Make debugfs directory naming more uniform
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
|
||||
set -x
|
||||
insmod /fops.ko
|
||||
mkdir -p /fops
|
||||
mount -t debugfs none /fops
|
||||
cd /fops/kernel_module_cheat
|
||||
cd /sys/kernel/debug/lkmc_fops
|
||||
|
||||
## Basic read.
|
||||
cat fops
|
||||
|
||||
Reference in New Issue
Block a user