|
|
@ -17,3 +17,13 @@ git remote add origin https://bdgit.educoder.net/pvczh3kjy/syscall.git
|
|
|
|
git push -u origin master
|
|
|
|
git push -u origin master
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 本项目将对Linux 0.11内核添加一些系统调用,具体的系统调用如下
|
|
|
|
|
|
|
|
* execve2
|
|
|
|
|
|
|
|
* getdents
|
|
|
|
|
|
|
|
* pipe2
|
|
|
|
|
|
|
|
* sleep
|
|
|
|
|
|
|
|
* getcwd(可选)
|
|
|
|
|
|
|
|
* mmap(可选)
|
|
|
|
|
|
|
|
* munmap(可选)
|
|
|
|
|
|
|
|
* clone(可选)
|