You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
192 B
15 lines
192 B
2 years ago
|
1.新的系统调用号定义在../include/unistd.h中。
|
||
|
|
||
|
2.编译
|
||
|
编译所有文件:
|
||
|
make
|
||
|
|
||
|
编译某个文件,如:
|
||
|
make mmap
|
||
|
|
||
|
3.测试
|
||
|
make test
|
||
|
|
||
|
4.清除中间文件
|
||
|
make clean
|