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
지금의 PageTable은 unsafe합니다. 왜냐면 identity_map 함수를 호출할 때 Hafnium이 배타적으로 소유하는 메모리 영역 (스택, 바이너리, 힙 ..)을 건드리지 않는다는 것을 확인하지 않기 때문입니다.
PageTable
identity_map
The text was updated successfully, but these errors were encountered:
No branches or pull requests
지금의
PageTable
은 unsafe합니다. 왜냐면identity_map
함수를 호출할 때 Hafnium이 배타적으로 소유하는 메모리 영역 (스택, 바이너리, 힙 ..)을 건드리지 않는다는 것을 확인하지 않기 때문입니다.The text was updated successfully, but these errors were encountered: