diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-11-28 01:30:23 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-11-28 01:30:23 +0100 |
commit | a224bc02caf01b7d47cb1de9e994561c6e915e64 (patch) | |
tree | 13175d06f7414648e92e3defc07446e8d2984590 | |
parent | 12e0c15fe322f27ac8f3fc784f09a10c0a35ec28 (diff) | |
download | ldd3-a224bc02caf01b7d47cb1de9e994561c6e915e64.tar.gz |
Add README file
-rwxr-xr-x | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ + +ldd3: Linux Device Drivers 3 examples updated to work in recent kernels + +About +----- + +This project aims to keep an up to date version of the original +Linux Device Drivers 3 (http://lwn.net/Kernel/LDD3/) source code. + +The original code can be found at: http://examples.oreilly.com/9780596005900/ + +Besides these examples, there is a plan to add more example drivers to show +API/ABI not cover in LDD3, for example netlink and threaded interrupt handlers. + +Bugs, comments or patches: martinez.javier@gmail.com |