Skip to content

An explicitly designed project, everything you need to develop a Linux kernel module are prepared here :)

Notifications You must be signed in to change notification settings

XiangruLiu0/kernel-module-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Module Demo

  • This is a kernel module project demo for those who wanna develop your own LKM.

How to get started

  • Download the source code of linux kernel, compile it, and copy vmlinux & bzImage to ./qemu (or you can use ls -s command).
  • Change the KERNEL_PATH variable in module/Makefile.
  • Change the env property of .vscode/c_cpp_properties.json for better intellisense (for now, just the kernelSourcePath property).
  • Write your own module in module subdirectory.
  • Enjoy!

About

An explicitly designed project, everything you need to develop a Linux kernel module are prepared here :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published