mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
Update CS162.en.md
This commit is contained in:
parent
415d156f80
commit
aeeab9e7ce
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
The course impressed me for two aspects:
|
||||
|
||||
Firstly, the textbook: *Operating Systems: Principles and Practice (2nd Edition)*Four volumes, written in great depth, but easy to understand, well compensated for the little blank in the theoretical knowledge of MIT6.S081, I highly recommend you to read this book. Relevant resources will be shared in this book's `Book Recommendations` module.
|
||||
Firstly, the textbook: *Operating Systems: Principles and Practice (2nd Edition)* Four volumes, written in great depth, but easy to understand, well compensated for the little blank in the theoretical knowledge of MIT6.S081, I highly recommend you to read this book. Relevant resources will be shared in this book's `Book Recommendations` module.
|
||||
|
||||
Secondly, the project for this course - Pintos. Pintos is an instructional operating system framework for the x86 instruction set architecture written by Ben Pfaff and others, and Ben Pfaff even published a [paper](https://benpfaff.org/papers/pintos.pdf) to explain the design principles of Pintos.
|
||||
|
||||
|
|
@ -29,4 +29,4 @@ Pintos will also be introduced as a course project for the first time in Peking
|
|||
|
||||
## Personal Resources
|
||||
|
||||
Since PKU Operating System Course uses the course's Project, my code implementation is not open source to prevent code plagiarism.
|
||||
Since PKU Operating System Course uses the course's Project, my code implementation is not open source to prevent code plagiarism.
|
||||
|
|
|
|||
Loading…
Reference in a new issue