mmap: move doc to README

This commit is contained in:
Ciro Santilli
2018-07-01 20:36:03 +01:00
parent ad55d48ae5
commit 50cb67e2e2
5 changed files with 42 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
set -ex
set -e
insmod /mmap.ko
/mmap.out /proc/lkmc_mmap
/mmap.out /proc/lkmc_mmap 2>&1 1>/dev/null
rmmod /mmap.ko

View File

@@ -6,6 +6,7 @@ for test in \
/debugfs.sh \
/fops.sh \
/ioctl.sh \
/mmap.sh \
/procfs.sh \
/seq_file.sh \
/seq_file_single_open.sh \