We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本文中要求超级页大小为4M,但原文中只要求使用超级页而没有指出大小,
Sv39和Sv32对超级页的支持是不同的,Sv39支持1GB超级页、2MB大页、4KB常规页的页面大小,Sv32支持4KB和4MB的大小。而xv6使用的是Sv39,所以练习中不能将超级页大小指定为4MB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
本文中要求超级页大小为4M,但原文中只要求使用超级页而没有指出大小,
Sv39和Sv32对超级页的支持是不同的,Sv39支持1GB超级页、2MB大页、4KB常规页的页面大小,Sv32支持4KB和4MB的大小。而xv6使用的是Sv39,所以练习中不能将超级页大小指定为4MB
The text was updated successfully, but these errors were encountered: