Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Understanding the LINUX Kernel: From I/O Ports to Process Management Review by M. S. in Comp Sci
Great explanation of design
Note that this is not a book about using or setting up Linux; it's about how the kernel was programmed. I read through this book while working on a file system for a graduate course in operating systems. It clearly explains the logic behind many of the structures and algorithms. Reading those entries greatly prepared me for the design portion of my work and made appreciate the beauty of the Linux kernel, which up until reading this book, I had looked at as a toy OS.