操作系統導論(英文版)+代碼
提取碼:h956
作者本書的網頁,書和代碼是可免費下載的
http://pages.cs.wisc.edu/~remzi/OSTEP/
目標:
學習操作系統的基本概念,代碼是python的,也學習一下python。
解除對操作系統的好奇心,提升代碼的思維和編程能力。
The book is centered around three conceptual pieces that are fundamental to operating systems: virtualization, concurrency, and persistence. In understanding the conceptual, you will also learn the practical, including how an operating system does things like schedule the CPU, manage memory, and store files persistently.