c - linux kernel step by step -


i know c language.my goal read linux kernel.so languages should learn(write books too) before start reading kernel , there book reading linux kernel

this book little outdated, understanding linux kernel amazing reference. give crash course in i386 features make lot of kernel facilities possible (such mmu , how interrupts work. operating systems, it's hard understand hardware ends , os begins), , reference lot of critical source directly.

also, lwn kernel article index more up-to-date references.

one way start come simple feature you'd add kernel , start hacking away @ it. (something did in college count how many times each process got preempted , export value via /proc file system. taught me lot scheduling, /proc, process structure, , many other facilities). recommendation, in vm unless plan reboot every fifteen minutes.

for ad hoc questions, searching google works, or asking questions on irc. (respectfully, of course.)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -