A Simple Kernel Module For Linux
- Execute install.sh by typing:
git clone https://github.com/Hoidberg/mykernelmodule.git
cd mykernelmodule/
chmod 775 install.sh
./install.sh- Thats it
- Open the terminal and type:
git clone https://github.com/Hoidberg/mykernelmodule.git
- When it is done installing type:
cd mykernelmodule/- Then type:
make- After that type:
sudo -s- Now type:
insmod config.ko- After that type:
tail /var/log/syslog- Now type:
rmmod config.ko- To exit type:
exit