From the course: Advanced Linux: The Linux Kernel
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Examine and build kernel documentation - Linux Tutorial
From the course: Advanced Linux: The Linux Kernel
Examine and build kernel documentation
- [Instructor] Of course, we all like to do web searches to find the answers to our question, to find out information about things. But I'm going to urge you to do more than that to use information in your kernel source tree. So first of all, the kernel source code is changing quickly. Thousands of lines per day are changing on average. It's amazing how active the Linux kernel project is. So that means anything you find on the web might be out of date. Although of course a lot of it's still relevant. The source code for the kernel you're running in some sense is the official documentation, right? It will tell you exactly how that kernel works. And that's one of the real benefits of open source. You have the source code to go look at to figure out how something really works. Also, I find really valuable the documentation files that come in the source tree. So not only looking at the source code, which of course can be really hard to figure out, there's a lot of documentation. Some of…
Contents
-
-
-
-
-
-
(Locked)
Getting Linux kernel source code2m 37s
-
(Locked)
Explore the kernel makefile3m 1s
-
(Locked)
Examine and build kernel documentation4m 29s
-
(Locked)
Search the kernel source3m 18s
-
(Locked)
Demonstration of kernel source and searching4m 54s
-
(Locked)
Examine kernel driver source5m 1s
-
(Locked)
Demonstration: kernel source7m
-
(Locked)
Additional selected subdirectories3m 5s
-
(Locked)
Challenge: Linux kernel source code1m 29s
-
(Locked)
Solution: Linux kernel source code3m 46s
-
(Locked)
-
-