-
Notifications
You must be signed in to change notification settings - Fork 1
faah87/Linux-Device-Drivers
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
.:::: Linux Device Drivers ::::. .:: Get kernel headers and configuration . Check your current kernel version: $ uname -r 2.6.32-25-generic-pae . Make sure to have installed kernel headers package from you distro, e.g. on Ubuntu: $ sudo aptitude install linux-headers-`uname -r` .:: Compile and load a simple Linux kernel module . Use the provided Makefile to compile your module $ make $ insmod <module.ko>
About
Linux device drivers for learning purpose.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published