This website works better with JavaScript.
Explore
Help
Sign In
rcore_test
/
rCore-Tutorial-v3-tests
Watch
1
Star
1
Fork
You've already forked rCore-Tutorial-v3-tests
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
testcases
ch1
gh-pages
ch8
ch3-coop
ch9-log
main
ch2
ch3
ch4
ch5
ch6
ch7
ch9
ch1-qemu-exit
ci-test
ch7-signal-pipe
ch8-kern-coroutine
ch7-signal
2022spring
ch5-lab
ch2-lab
ch3-lab
ch4-lab
ch6-lab
ch7-lab
ch8-dev
ch7-dev
ch4-dev
ch6-dev
ch5-dev
ch3-dev
ch3-coop-dev
ch2-dev
ch1-dev
dev
testcases
v3.5.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'testcases'
${ noResults }
rCore-Tutorial-v3-tests
/
ch4
/
README.md
254 B
Raw
Permalink
Blame
History
Tutorial 第四章测试用例
第四章的应用与第三章第二阶段的应用一样,只是它们均被链接到 0x0 开头的地址空间上。这就需要我们利用 CPU 提供的页表机制,为每个应用创造一个虚拟地址空间。