Add syscall mount

Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
This commit is contained in:
Zhenchen Wang
2024-05-17 11:19:36 +08:00
committed by Tate, Hongliang Tian
parent ff83ce7667
commit a893ceca4a
8 changed files with 311 additions and 1 deletions

View File

@ -60,6 +60,7 @@ mod lseek;
mod madvise;
mod mkdir;
mod mmap;
mod mount;
mod mprotect;
mod munmap;
mod nanosleep;