Skip to content

いろいろなカーネルモジュールを作成していく

Notifications You must be signed in to change notification settings

fumiya5863/Kernel-Footprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel-Footprints

Overview

いろいろなカーネルモジュール カーネルモジュールを作成していくチュートリアルになります

Requirement

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

How to install

HTTP

git clone https://github.com/fumiya5863/ImmatureShell.git

SSH

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

How to use(HelloWorld)

sudo apt install linux-headers-$(uname -r)
cd Kernel-Footprints
cd HelloWorld
make
sudo insmod hello.ko
dmesg
sudo rmmod hello
make clean

step

Author

fumiya5863

About

いろいろなカーネルモジュールを作成していく

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published