Files
linux-kernel-module-cheat/rootfs_overlay/lkmc/mmap.sh
Ciro Santilli 六四事件 法轮功 ecef42be81 start the big userland migration
2019-05-05 00:00:00 +00:00

6 lines
105 B
Bash
Executable File

#!/bin/sh
set -e
insmod mmap.ko
./kernel_modules/mmap.out /proc/lkmc_mmap 2>&1 1>/dev/null
rmmod mmap.ko