Merge pull request #57 from KuangjuX/master
add reading materials for computer architecture
This commit is contained in:
commit
186f059a14
|
|
@ -10,6 +10,7 @@
|
|||
- [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/)
|
||||
- Operating Systems: Principles and Practice (2nd Edition)
|
||||
- [现代操作系统: 原理与实现 (银杏书)](https://ipads.se.sjtu.edu.cn/mospi/)
|
||||
- Modern Operating Systems
|
||||
## 计算机网络
|
||||
- [Computer Networks: A Systems Approach](https://book.systemsapproach.org/foreword.html)
|
||||
- Computer Networking: A Top-Down Approach
|
||||
|
|
@ -23,6 +24,10 @@
|
|||
- [Software Foundations (SF)](https://softwarefoundations.cis.upenn.edu/) ([北大相关课程](https://xiongyingfei.github.io/SF/2021/))
|
||||
## 体系结构
|
||||
- Computer Architecture: A Quantitative Approach 5th Edition
|
||||
- Computer Organization and Design: The Hardware/Software Interface
|
||||
- [计算机体系结构基础(第三版)](https://github.com/foxsen/archbase)
|
||||
- 超标量处理器设计(姚永斌)
|
||||
- CPU 设计实战(汪文祥 邢金璋)
|
||||
## 分布式系统
|
||||
- [Patterns of Distributed System](https://github.com/dreamhead/patterns-of-distributed-systems)
|
||||
- [Distributed Systems for fun and profit](http://book.mixu.net/distsys/index.html)
|
||||
|
|
|
|||
Loading…
Reference in New Issue