I self-taught CS, so not surprisingly there were lots of "void" and "dots" in my knowledge space. This book connected lots of dots together.
Operating Systems: Three Easy Pieces
21–30 of 30 posts
Re: Operating Systems: Three Easy Pieces
#22I feel like it needs a fourth piece, maybe 'distribution', focused on networking.
Re: Operating Systems: Three Easy Pieces
#23Re: Operating Systems: Three Easy Pieces
#24I had Remzi as a professor. He is one of the best educators I’ve encountered.
Re: Operating Systems: Three Easy Pieces
#25I see the changelog has a lot of fixes and improvements for v1.01, but the print version is still being sold for v1.0
Re: Operating Systems: Three Easy Pieces
#26Re: Operating Systems: Three Easy Pieces
#27I'm planning to follow through it this year to brush up my OS knowledge and will also use 6.828 as a guide for labs and video lectures [1].
Re: Operating Systems: Three Easy Pieces
#28Re: Operating Systems: Three Easy Pieces
#29Re: Operating Systems: Three Easy Pieces
#30Earlier quoted context omitted.
How do you go through it and how much time did it take?
Personally, I was super interested in reviewing memory virtualization and memory paging. The bulk of my effort went into a very focused two day push. 200 pages in total: Chapters 1-6, 11-16, 18-24. Postponing all the homework. I did all this reading on an ipad, highlighting everything in different colors, and adding blank pages every now and then for personal notes. I then built and booted xv6 under emulation and sta…