Update CSAPP.en.md

This commit is contained in:
smxm 2022-10-11 21:08:00 +08:00 committed by GitHub
parent add69ec00c
commit 155dbb4a86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
This course is one of CMU's most reputable courses, and is known for its extensive content and difficult projects. The course covers assembly language, computer architecture, operating systems, compilation and linking, parallelism, networking, etc. As an introductory course of computer system, it has both breadth and depth, and does require considerable perseverance and coding skills if you learn it on your own.
The textbook for this course, known as CSAPP, was written by Professor Bryant, Dean of the School of Computer Science at CMU. This is also my first computer textbook that I read carefully page by page, although it was a tough one, but I really gained a lot from it.
The textbook for this course, known as CSAPP, was written by Professor Bryant, Dean of the School of Computer Science at CMU. This is also the first computer textbook that I read carefully from the start to the end, although it was tough, I gained a lot from it.
BYU has purchased the copyright for this course and opened the Introduction to Computer System course, but you can just access all of the CSAPP course resources and lab code on its official homepage (see link below for details).
Peking University purchased the copyright of the course and opened a similar one, but you can have access to all of the course resources on its official homepage (see the link below for details).
This course is so famous that coders around the world are striving to learn it, resulting in the answers to its Project being almost readily available all over the Internet. But if you really want to develop your coding skills, it is highly suggested that do not copy any code from others.
This course is so famous that you can easily have access to the project solutions on the Internet. But if you really want to practice your coding skills, it is highly recommended to implement the projects on your own.
After completing this course, your understanding of computer systems will definitely go up a notch.