Skip to content

Integral-Tech/linux-kernel-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux Kernel Lab

Integral's Linux Kernel Lab

Lab 1: An AES256 encryption driver for character devices

How to build?

git clone https://github.com/Integral-Tech/linux-kernel-lab.git
cd linux-kernel-lab/Lab1/module/
make

How to install?

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

How to test?

Execute the following commands in test directory:

sudo ./test.sh

License

Releases

No releases published

Packages

No packages published

Languages