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.
rCore-Tutorial-v3-tests/ch4
Yifan Wu 2801dcf540
Update ch3/ch4 Description.
5 years ago
..
.cargo Update testcases. 5 years ago
src Update testcases. 5 years ago
.gitignore Update testcases. 5 years ago
Cargo.toml Update testcases. 5 years ago
Makefile Update testcases. 5 years ago
README.md Update ch3/ch4 Description. 5 years ago

README.md

Tutorial 第四章测试用例

第四章的应用与第三章第二阶段的应用一样,只是它们均被链接到 0x0 开头的地址空间上。这就需要我们利用 CPU 提供的页表机制,为每个应用创造一个虚拟地址空间。