Integral's Linux Kernel Lab
- Thanks to kokke/tiny-AES-c
git clone https://github.com/Integral-Tech/linux-kernel-lab.git
cd linux-kernel-lab/Lab1/module/
make
Execute the following commands in module
directory:
sudo insmod encrypt.ko
sudo mknod /dev/encrypt c $(cat /proc/devices | grep encrypt | awk '{print $1}') 0
Execute the following commands in test
directory:
sudo ./test.sh
- Licensed under the GNU General Public License, version 2.