Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinezjavier/ldd3
Linux Device Drivers 3 examples updated to work in recent kernels
https://github.com/martinezjavier/ldd3
Last synced: 6 days ago
JSON representation
Linux Device Drivers 3 examples updated to work in recent kernels
- Host: GitHub
- URL: https://github.com/martinezjavier/ldd3
- Owner: martinezjavier
- License: other
- Created: 2010-11-27T16:31:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T13:39:28.000Z (4 months ago)
- Last Synced: 2025-01-07T20:04:29.654Z (13 days ago)
- Language: C
- Homepage: http://examples.oreilly.com/9780596005900/
- Size: 353 KB
- Stars: 2,409
- Watchers: 166
- Forks: 914
- Open Issues: 12
-
Metadata Files:
- Readme: README.Debian
- License: LICENSE
Awesome Lists containing this project
README
Compiling in Debian
-------------------In order to build examples for current prebuilt kernel, you should install
linux-headers package for you current kernel:$ sudo apt-get install linux-headers-$(uname -r)
You will also need make tools:
$ sudo apt-get install make
Now just run make in example dir you want to build.
NOTE: These examples were designed for latest linux kernel and you might not
be able to build some of them for older prebuilt kernels from Debian-based
distributives.