Found in 1 comment on Hacker News
userbinator · 2014-03-26 · Original thread
> There's very little to learn from operating system design point of view in there

Actually there is quite a bit already for a single person to digest, if you want to understand the real details of how everything works. I learned about the DOS family by reading this book:

http://www.amazon.com/Dissecting-DOS-Code-Level-Operating-Sy...

UnixV6 and the Lions' book come close, but Unix is still far more complex than DOS because of its multitasking, multiuser heritage. Early Unices may be within the realm of an average student to grasp, but things like the BSD and Linux kernels are orders of magnitude bigger and more complex, which means that it's nearly impossible to get down to the details when studying them and the best thing one can hope for is a high-level overview of the various subsystems and how they interact. DOS is simple enough that a single person can study the whole OS at the level of individual instructions (and write an OS similar to it).

Fresh book recommendations delivered straight to your inbox every Thursday.