-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
Recursive Index in page tables? #88
Comments
We used to hardcode the index to bootloader/src/bootinfo/mod.rs Lines 32 to 34 in 90f5b89
It shouldn't be |
Thanks! I eventually figured that out. Perhaps a "get recursive index" method could be added that just masks out bits 21:12 and returns a PageTableIndex? |
Sure, I'd be happy to merge a pull request for this. |
Is it always index
0
? Should this be passed in theBootInfo
struct?The text was updated successfully, but these errors were encountered: