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
uCore failed to boot on amd64 with RAM > 1024MB
a90a7fc Merge branch 'amd64-smp' of https://github.com/chyyuu/ucore_plus
cd ucore make ARCH=amd64 defconfig make kernel make sfsimg qemu-system-x86_64 -m 1025 -hda obj/kernel.img
System reboots when executing src/kern-ucore/arch/amd64/mm/pmm.c:346
Available memory ranges should be successfully detected and managed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
uCore failed to boot on amd64 with RAM > 1024MB
Commit
a90a7fc Merge branch 'amd64-smp' of https://github.com/chyyuu/ucore_plus
Reproduce Steps
cd ucore
make ARCH=amd64 defconfig
make kernel
make sfsimg
qemu-system-x86_64 -m 1025 -hda obj/kernel.img
Current Result
System reboots when executing src/kern-ucore/arch/amd64/mm/pmm.c:346
Expected Result
Available memory ranges should be successfully detected and managed.
The text was updated successfully, but these errors were encountered: