【XV6】 mmap

代码:https://github.com/JasenChao/xv6-labs.git 文件映射到进程地址 题目要求实现两个系统调用:mmap和munmap。主要功能就是将文件映射到进程的内存中。 题目给出了mmap和munmap的声明: void *mmap(void *addr, size_t
posted on 2024-02-14 19:06  未连接到互联网  阅读(28)  评论(0编辑  收藏  举报