https://github.com/kromych/kmods
Examples of the Linux drivers
https://github.com/kromych/kmods
driver kernel linux linux-kernel
Last synced: about 1 month ago
JSON representation
Examples of the Linux drivers
- Host: GitHub
- URL: https://github.com/kromych/kmods
- Owner: kromych
- Created: 2020-08-13T07:10:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T06:44:35.000Z (about 3 years ago)
- Last Synced: 2026-04-24T05:42:49.089Z (about 2 months ago)
- Topics: driver, kernel, linux, linux-kernel
- Language: C
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Examples of Linux kernel modules
To install the dev environment on Ubuntu:
`sudo apt-get build-dep linux`
On Fedora
`sudo dnf install kernel-headers kernel-devel`