parent
6db6644c28
commit
ba392c4f08
@ -0,0 +1,14 @@
|
||||
1.新的系统调用号定义在../include/unistd.h中。
|
||||
|
||||
2.编译
|
||||
编译所有文件:
|
||||
make
|
||||
|
||||
编译某个文件,如:
|
||||
make mmap
|
||||
|
||||
3.测试
|
||||
make test
|
||||
|
||||
4.清除中间文件
|
||||
make clean
|
Loading…
Reference in new issue