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
merge the work of two people
2 years ago
..
.vscode merge the work of two people 2 years ago
include merge the work of two people 2 years ago
.DS_Store merge the work of two people 2 years ago
Makefile merge the work of two people 2 years ago
README merge the work of two people 2 years ago
clone.c merge the work of two people 2 years ago
echo.c merge the work of two people 2 years ago
mmap.c merge the work of two people 2 years ago
mmap.c~ merge the work of two people 2 years ago
munmap.c merge the work of two people 2 years ago
munmap.c~ merge the work of two people 2 years ago
new.h merge the work of two people 2 years ago

README

1.新的系统调用号定义在../include/unistd.h中。

2.编译
编译所有文件:
  make

编译某个文件,如:
  make mmap 

3.测试
make test

4.清除中间文件
make clean