Linux Kernel
Linux Kernel
Compiling
Packages missing after archlinux installation
- bc
- cpio
Pending Topics
This is a sort of reading list of topics I’ve seen mentioned while studying and should be checked later. I’ll try to keep the list ordered by priority based on the reference I’ve read about it.
- sysfs: pseuf-filesystem mounted at
/sys
. - core-api/workqueue
Links
-
Kernel Index LWN.net: below a list of the articles I’ve read and found useful.
- Linux Kernel Design Patterns - part 1 LWN.net: although it seems a bit outdated on the implementation, the pattern is still used.
-
kobjects and krefs: lockless reference counting for kernel structures: a clearer look at the implementation and usage of kobjects and krefs. Uses deprecated down() function for semaphore. Read
kref.rst
for up to date documentation.