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
Hi there it's me again 👋
In https://github.com/josehu07/hux-kernel/wiki/10.-Two-Level-Paging-Setup#frame-allocation-bitmap it feels like instead of
We create an array of uint32_t's, where each integer element is essentially an array of 32 bits.
uint32_t
you meant
We create an array of uint8_t's, where each integer element is essentially an array of 8 bits.
uint8_t
as this is how struct bitmap is defined.
struct bitmap
By the way, is it ok to provide suggestions here? Can I ping you on IRC by any chance?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there it's me again 👋
In https://github.com/josehu07/hux-kernel/wiki/10.-Two-Level-Paging-Setup#frame-allocation-bitmap it feels like instead of
you meant
as this is how
struct bitmap
is defined.By the way, is it ok to provide suggestions here? Can I ping you on IRC by any chance?
The text was updated successfully, but these errors were encountered: