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.
pbmpay3zt
de9678152d
|
2 years ago | |
---|---|---|
README.md | 2 years ago | |
memory.c | 2 years ago | |
memory1.c | 2 years ago |
README.md
mmap_munmap_clone
mmap实现
参考了1.0源码,定义了新的结构体vmarea_struct,在task_struct添加了对应的变量mmap,并进行了初始化 在memmory.c中实现了这个函数 由于测试文件只传了两个参数,剩余的自己进行了定义