shabd-logo

1 - A Dialogue on the Book

10 November 2023

8 Viewed 8

Professor: Welcome to this book! It's called Operating Systems in Three Easy Pieces, and I am here to teach you the things you need to know about operating systems. I am called "Professor" who are you?

Student: Hi Professor I am called "Student", as you might have guessed. And I am here and ready to learn!

Professor: Sounds good. Any questions?

Student: Sure! Why is it called "Three Easy Pieces"?

Professor: That's an easy one. Well, you see, there are these great lectures on Physics by Richard Feynman...

Student: Ol! The guy who wrote "Surely You're Joking, Mr. Feynman", right? Great booki Is this going to be itilarious like that book was?

Professor: Lim... well, no. That book was great, and I'm glad you've read it. Hopefully this book is more like his notes on Physics. Some of the basics were summed up in a book called "Six Easy Pieces". He was talking about Physics; we're going to do Three Easy Pieces on the fine topic of Operating Systems. This is appropriate, as Operating Systems are about half as hard as Physics

Student: Well, I liked physics, so that is probably good. What are those pieces?

Professor: They are the three key ideas we're going to learn about: virtualiza-

tion, concurrency, and persistence. In learning about these ideas, we'll learn all about how an operating system works, including how it decides what program to run next on a CPU, how it handles memory overload in a virtual memory sys tem, how virtual machine monitors work, how to manage information on disks, and even a little about how to build a distributed system that works when parts have failed. That sort of stuff

Student: I have no idea what you're talking about, really.

Professor: Good! That means you are in the right class.

Student: I have another question : what's the best way to learn this stuff?

Professor: Excellent query! Well, each person needs to figure this out on their own, of course, but here is what I would do: go to class, to hear the professor introduce the material. Then, at the end of every week, read these notes, to help the ideas sink into your head a bit better. Of course, some time later (hint: before the exam!), read the notes again to firm up your knowledge. Of course, your pro- fessor will no doubt assign some homeworks and projects, so you should do thos in particular, doing projects where you write real code to solve real problems is the best way to put the ideas within these notes into action. As Confaches said...

Student: Oh, I know! I hear and I forget. I see and I remember. I do and I understand. Or something like that.

Professor (surprised) How did you know what I was going to say?!

Student: It seemed to follow. Also, I am a big fan of Confucius, and an even bigger fan of Xunzi, who actually is a better source for this quote

Professor (stunned) Well, I think we are going to get along just fine! just fine indeed.

Student: Professor just one more question, if I may What are these dialogues for? I mean, isn't this just supposed to be a book? Why not present the material directly?

Professor: Ah, good question, good question! Well, I think it is sometimes useful to pull yourself outside of a narrative and think a bit; these dialogues are those times. So you and I are going to work together to make sense of all of these pretty complex ideas, Are you up for it?

Student: So are force to think? Well, I'm up for that. I mean, what else do I have to do anyhow? It's not like I have much of a life outside of this book.

Professor Me neither, sadly. So let's get to work!

More Books by Remzi H. Arpaci-Dusseau, Andrea Arpaci-Dusseau's

2
Articles
Operating Systems: Three Easy Pieces
0.0
"Operating Systems: Three Easy Pieces" is a textbook co-authored by Remzi H. Arpaci-Dusseau and Andrea C. Arpaci-Dusseau. The book is designed to introduce fundamental concepts in operating systems in a clear and accessible manner. It's noteworthy for being freely available online, making it a widely used resource in computer science education. Key features of the book include: Structure and Topics: The book is divided into three main parts, covering virtualization, concurrency, and persistence. Each part addresses essential aspects of operating systems, from the basics to more advanced concepts. Accessibility: The authors aim to make complex topics easy to understand for readers. The book is known for its clear explanations, examples, and practical approach to teaching operating systems concepts. Online Availability: The authors have chosen to provide the book for free online, making it accessible to a wide audience. This decision has contributed to its popularity as a resource for students and educators. Use in Education: "Operating Systems: Three Easy Pieces" is often used as a textbook in operating systems courses at various academic institutions. Its availability online has made it a convenient resource for instructors and students alike. The book covers a range of topics, including virtualization, process management, file systems, and more. It is designed to be used in conjunction with hands-on exercises and programming assignments to reinforce the theoretical concepts discussed in the text.