Skip to content

Hoidberg/mykernelmodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mykernelmodule

Info

A Simple Kernel Module For Linux

How to install regularly

  1. Execute install.sh by typing:
git clone https://github.com/Hoidberg/mykernelmodule.git
cd mykernelmodule/
chmod 775 install.sh
./install.sh
  1. Thats it

How to install manually

  1. Open the terminal and type:
git clone https://github.com/Hoidberg/mykernelmodule.git
  1. When it is done installing type:
cd mykernelmodule/
  1. Then type:
make
  1. After that type:
sudo -s
  1. Now type:
insmod config.ko
  1. After that type:
tail /var/log/syslog
  1. Now type:
rmmod config.ko
  1. To exit type:
exit

About

A Simple Kernel Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published