-
Notifications
You must be signed in to change notification settings - Fork 2
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
Panic on attempt to create memory map #5
Comments
kennystrawnmusic
added a commit
that referenced
this issue
Aug 27, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 27, 2022
Again: now that we *are* both the bootloader and the kernel in one package, the range of usable memory isn’t as restrictive
rust-lang/rust#101071 is blocking this; needs to be fixed before I can test the above fix attempts |
kennystrawnmusic
added a commit
that referenced
this issue
Aug 27, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 27, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 27, 2022
…if that solves the problem. Result: Page Fault
kennystrawnmusic
added a commit
that referenced
this issue
Aug 27, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 28, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 28, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 29, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 29, 2022
kennystrawnmusic
added a commit
that referenced
this issue
Aug 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finally managed to get the logger set up — ah, but now the memory mapper is returning None on attempt to map memory. Opening this issue as another personal reminder
The text was updated successfully, but these errors were encountered: