Skip to content

Commit 4b29e30

Browse files
authoredOct 9, 2018
revert
1 parent 4cb33ec commit 4b29e30

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed
 

‎chapter09/README.md

-15
Original file line numberDiff line numberDiff line change
@@ -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-
hello
12-
^C
13-
```
14-
15-
161
P570
172
实现一个简单的分配器;
183

0 commit comments

Comments
 (0)
Please sign in to comment.