Skip to content

fumiya5863/Kernel-Stop-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Kernel-Stop-Machine

Overview

キャラクデバイスからシステムを停止

Requirement

  • Ubuntu20.04.2
  • kernel5.8.0-53
  • GCC

How to install

HTTP

git clone https://github.com/fumiya5863/Kernel-Stop-Machine.git

SSH

git clone [email protected]:fumiya5863/Kernel-Stop-Machine.git

How to use(Stop-Machine)

sudo apt install linux-headers-$(uname -r)
cd Kernel-Stop-Machine
make
sudo insmod chardev_stop_machine.ko
sudo chown $USER:$USER /dev/stop-machine
echo 5000 > /dev/stop-machine

Author

fumiya5863

About

キャラクデバイスからシステムを停止

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published