Update CS162.en.md

This commit is contained in:
smxm 2022-10-12 19:42:36 +08:00 committed by GitHub
parent 415d156f80
commit aeeab9e7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
The course impressed me for two aspects: 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. 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.