From aeeab9e7ceb5cdee544d3ee9e03314a993725c96 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Wed, 12 Oct 2022 19:42:36 +0800 Subject: [PATCH] Update CS162.en.md --- docs/操作系统/CS162.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/操作系统/CS162.en.md b/docs/操作系统/CS162.en.md index c60f7cf9..3ee1590e 100644 --- a/docs/操作系统/CS162.en.md +++ b/docs/操作系统/CS162.en.md @@ -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. \ No newline at end of file +Since PKU Operating System Course uses the course's Project, my code implementation is not open source to prevent code plagiarism.