diff --git a/README.md b/README.md index 6a30246..4084ce2 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,13 @@ git remote add origin https://bdgit.educoder.net/pvczh3kjy/syscall.git git push -u origin master ``` + +### 本项目将对Linux 0.11内核添加一些系统调用,具体的系统调用如下 +* execve2 +* getdents +* pipe2 +* sleep +* getcwd(可选) +* mmap(可选) +* munmap(可选) +* clone(可选) \ No newline at end of file