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.
pumnflqv2
ba392c4f08
|
3 years ago | |
---|---|---|
.. | ||
.vscode | 3 years ago | |
include | 3 years ago | |
Makefile | 3 years ago | |
README | 3 years ago | |
clone.c | 3 years ago | |
echo.c | 3 years ago | |
mmap.c | 3 years ago | |
munmap.c | 3 years ago | |
new.h | 3 years ago |
README
1.新的系统调用号定义在../include/unistd.h中。 2.编译 编译所有文件: make 编译某个文件,如: make mmap 3.测试 make test 4.清除中间文件 make clean