- 2m
- 3m
- 15m
- 4. Building Character Devices 30m
- 5. Helpful Resources 5m
- 6. File Operations Explained 7m
- 7. Files, Inodes, Dentry's And Inode Operations 10m
- 8. Thanks For Watching 1m
Building A Linux Kernel Module
About this course
- You will learn how to build a linux kernel module
- You will learn how to build a character device
- You will learn essential linux skills
- C programming skills is recommended
Have you ever wanted to create your very own Linux kernel module and start writing kernel code?
Well this step by step course is designed to teach you just that, we start off by installing all the dependencies we need, then we create the simplest kernel module we can a "Hello World" module that just prints "Hello World" from kernel space.
Finally we create a character device module that allows user programs to send data to us and read data from us. Think "/dev/random"
During the time I taught myself all of this many times I found articles from 2004 and they were outdated, this makes kernel development very difficult but I learnt a trick to make it all easier which I share in this course.
This course is designed to clear up all the misconceptions every detail of what we are doing is explained in depth and nothing is left out
Taught by an expert that that has created kernel modules professionally in the work place. Primarily virtual file system modules
Who this course is for:- Beginner Kernel Developers
What you'll learn
- Build a practical understanding of Building A Linux Kernel Module.
- Follow structured lessons with real project work.
- Strengthen your low-level programming fundamentals.
- Prepare for deeper systems programming topics.
Curriculum
8 Lessons • 1h 8m estimated learning time
- 0.00 instructor rating
- 1 courses
- Systems students worldwide
Daniel McCarthy
Learn from DragonZap instructors with practical, build-first lessons focused on systems, low-level programming, compilers, kernels, and real-world engineering fundamentals.
Student reviews
I really like your explanation and I would love to see how to implement real life Linux modules