-
Notifications
You must be signed in to change notification settings - Fork 13
[BUG] Panic-ked at 'assertion failed: max_phys_addr < (1 << 48) / 512' #19
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
Comments
This apparently is a bug in the bootloader crate, which was mentioned in issue #1138, which is apparently fixed in its pull request #234. I currently have a branch that bumps up everything to the latest, and apparently, everything seems to work just fine the system seems to boot, but I still am a tad hesitant to create a PR because bumping everything to the latest might just open another can of worms. EDIT: I delete the branch mentioned by me because it contained way too many changes and it was getting hard to trace them. |
Amazing! Will check it out and see if i can contribute. Any recommendations? |
I just tested it on an older toolchain and seems like bumping the version for |
This issue has been fixed in PR #25. |
Thank you @tomshoo. I'm closing this issue. |
Describe the bug
After running
cargo run --release
i getpanicket at 'assertion failed: max_phys_addr < (1 << 48) / 512'
(build success, and running in QEMU)To Reproduce
Steps to reproduce the behavior:
Expected behavior
The system boots
Screenshots

Additional information
The text was updated successfully, but these errors were encountered: