After a bit of an unexpected break, I have been able to get back to my operating systems study. So, let’s take a look at some of the key ideas in chapter 2 of the xv6 book! Operating System Organization Link to heading In the introduction to the chapter, the authors claim: [A]n operating system must fulfill three requirements: multiplexing, isolation, and interaction. Multiplexing refers to multiple programs being able to run on the computer, ideally without any one program hogging time or ...