-
# basic
## history of intel processors and architectures
Intel X86 Processors:
- dominate laptop/desktop/server market
- CISC(complex instruction set computer)
- evolution
- 8086: 16-bit…
-
-
![image](https://user-images.githubusercontent.com/9459488/146711879-02dde80e-890d-47b9-aea9-7e7b28e396f7.png)
-
https://kiprey.github.io/2020/07/csapp/
一个充满无尽乐趣的blog
-
# CSAPP Data Lab – Binac
[https://binac.org/posts/csapp-data-lab/](https://binac.org/posts/csapp-data-lab/)
-
https://fightbeast.github.io/2019/12/03/CSAPP/
CSAPP
-
https://github.com/vonzhou/CSAPP/blame/b249d08e7fbc6c2bc19b0fec3595952522d45d52/exercise/ex2-64.c#L13
zlp10 updated
2 months ago
-
# CS:APP datalab
一个做了很久,做完之后其实还挺有收获的实验(我愿称之为最难🥺)
[https://topdeoo.github.io/posts/cmu-csapp/cs-app-datalab/](https://topdeoo.github.io/posts/cmu-csapp/cs-app-datalab/)
-
https://kiprey.github.io/2020/07/csapp-lab-writeup/
一个充满无尽乐趣的blog
-
# CSAPP 阅读记录 运行时库打桩出现段错误(segmentation fault) | Just Call Me Jax
在使用《深入理解计算机系统》上的运行时库打桩示例代码的时候,我遇到了这个错误,以下是 debug 过程以及解决方法。
[https://jaxvanyang.github.io/csapp/2022/04/22/debug-csapp-mymalloc.html](h…