2022/08/xv6_lab11_record/index #13
Replies: 1 comment
-
// https://github.com/ttzytt/xv6-riscv/blob/mmap/kernel/trap.c [Commit 3dc1e37] -> line 237
struct mmap_vam*
get_vma_by_addr(uint64 addr){
...这个返回类型拼错真的没问题咩 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2022/08/xv6_lab11_record/index
upd@2022/9/14:最近把实验的代码放到 github 上了,如果需要参考可以查看这里: https://github.com/ttzytt/xv6-riscv 里面不同的分支就是不同的实验。 最后一个 lab 了,终于搞完了!! Lab11: mmap 描述 实现一个 UNIX 操作系统
https://ttzytt.com/2022/08/xv6_lab11_record/index.html
Beta Was this translation helpful? Give feedback.
All reactions