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