いろいろなカーネルモジュール カーネルモジュールを作成していくチュートリアルになります
- Ubuntu20.04.2
- kernel5.8.0-53
- GCC
HTTP
git clone https://github.com/fumiya5863/ImmatureShell.git
SSH
git clone [email protected]:fumiya5863/Kernel-Footprints.git
sudo apt install linux-headers-$(uname -r)
cd Kernel-Footprints
cd HelloWorld
make
sudo insmod hello.ko
dmesg
sudo rmmod hello
make clean