-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Huge pages support for x86 #1016
base: theseus_main
Are you sure you want to change the base?
Conversation
As discussed on discord, I can reproduce the error, which is caused by not using a range of pages and frames that are properly aligned to a 2MiB boundary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great start, thanks Noah! Now that the major functionality is working, I left lots of comments about style, correctness, using the type system & generics to their fullest effect, etc.
Please feel free to ask follow-up questions if you're confused or disagree with my comments, either here or on discord.
Also, I know this is a volunteer project for you, so if you don't have time or the desire to make some or all of these changes on your own, please let me know what you don't want to tackle, and I can definitely take over those changes (or a subset of them) myself.
3250e0e
to
b521678
Compare
…ons in memory_structs
PR as requested. Higher level page table entries (such as p2) are always marked as used for some reason.
Just a draft as this is a WIP and not actually ready yet.