Closed matteodev8 closed 4 months ago
Change the memory size to something >= 1.5GB and try booting. We have to update the instructions for running.
Also heads up you will have to patch the libc as well for adding the ppoll syscall and fixing a few other syscalls made. So any bugs relating to being able to chdir into an non existent directory or bash simply exitting is known.
Increasing the RAM did fix it, and yes, bash is exiting
bash: cannot set terminal process group (-1): Bad file descriptor (EBADF)
I'll tinker around with it
Gonna close this now since the issues are now gone in the later commits
Describe the bug After compiling the latest commit, I am getting this kernel panic in the serial monitor:
To Reproduce Steps to reproduce the behavior:
qemu-system-x86_64 -M q35 -m 512M -cdrom polaris.iso -serial stdio -boot d
QEMU parametersExpected behavior Successful boot
Screenshots
Environment (please complete the following information):
Additional context X