An open API service indexing awesome lists of open source software.

https://github.com/relph1119/csapp-notes

《深入理解计算机系统》学习笔记,在线阅读地址:https://relph1119.github.io/csapp-notes/#/
https://github.com/relph1119/csapp-notes

csapp-3e

Last synced: 4 months ago
JSON representation

《深入理解计算机系统》学习笔记,在线阅读地址:https://relph1119.github.io/csapp-notes/#/

Awesome Lists containing this project

README

          

# 《深入理解计算机系统》学习笔记

## 在线阅读地址
https://relph1119.github.io/csapp-notes/#/

## 运行环境
**IDE:**CLion 2021.2版本
**Toolchains:**MinGW 6.0
**Debugger:**MinGW-w64 8.1

### 配置\[C/C++ IDE\]CLion
https://www.cnblogs.com/bluestorm/p/12316676.html

![Toolchains配置](resources/Toolchains_config.png)

![CMake配置](resources/CMake_config.png)

### 本地启动docsify
```shell
docsify serve ./docs
```

## 参考资料
【1】[Datawhale开源408计划——《深入理解计算机系统》](https://github.com/datawhalechina/team-learning-program/tree/master/ComputerSystems)

## LICENSE
知识共享许可协议
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。