We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb33ec commit 4b29e30Copy full SHA for 4b29e30
chapter09/README.md
@@ -1,18 +1,3 @@
1
-
2
-```
3
-➜ CSAPP git:(master) ✗ gcc -shared -fPIC -I../include -o csapp.so common/csapp.c
4
-➜ CSAPP git:(master) ✗ ls -alh csapp.so
5
--rwxrwxr-x 1 storm storm 30K Oct 9 19:32 csapp.so
6
-➜ CSAPP git:(master) ✗ gcc chapter10/cpstdin.c -I../include ./csapp.so -lpthread
7
-➜ CSAPP git:(master) ✗ ./bin/kafka-server-start.sh ./config/server.properties
8
-➜ CSAPP git:(master) ✗ gcc chapter10/cpstdin.c -I../include ./csapp.so -lpthread -o cpstdin
9
-➜ CSAPP git:(master) ✗ ./cpstdin
10
-hello
11
12
-^C
13
14
15
16
P570
17
实现一个简单的分配器;
18
0 commit comments