Hacker News new | ask | show | jobs
by cache_miss 2945 days ago
If the kernel parts are confusing you, I highly recommend "Linux Kernel Development" by Robert Love as a high-level introduction to the kernel architecture.

If you like that, proceed to "Linux Kernel Architecture" by Wolfgang Mauerer. The first chapter contains information similar to this article, but at a much greater level of detail.

1 comments

Have you read Operating Systems: Design and Implementation?
I haven't, but I've been meaning to read at least one of his books.