-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
VM with memory larger than 4GB doesn't boot #1048
Comments
Thanks for reporting this bug. This feels like a regression. Have you tried against the older 0.53 kernel? I guess you could use newest capstan. In any case regardless what I pass as memory size I always get this info when I debug print from mmu::free_initial_memory_range():
It seems that our memory detection code disregards anything above 1GB, unless I am misreading something. Also there is same address reported by page fault |
Unfortunately, I can see the same bug (I did
Note the reboot loop and the strange error message. |
If I give memory larger than 4GB, VM fails to boot due to
page fault outside application, addr: 0xffff800100000000
.The text was updated successfully, but these errors were encountered: