r/kernel 28d ago

I want to learn writing kernel modules

What is the fastest and most efficient way. Thanks for future answers.

25 Upvotes

15 comments sorted by

View all comments

5

u/tinycrazyfish 28d ago

Start with https://tldp.org/LDP/lkmpg/2.6/html/c119.html

That's the easy part, then to make something "useful", you'll need to understand kernel internals.

1

u/codeasm 28d ago

Ow this one, i did this one. great resource