MultibootBasicGraphics
MultibootBasicGraphics copied to clipboard
this kernel just boot loops in qemu.
i do
make mykernel.iso
and it works up till it tries to copy it to /mnt/share/mykernel.iso which doesn't exist
then i try to run the image
qemu-system-x86_64 -cdrom mykernel.iso -m 8G -enable-kvm -smp 4
it loads up until 'booting from dvd/cd...' and then reboots.
i also tried it in virtualbox as well... that just crashed. here is the log that virtualbox created. VBox.log
the initial build image works though.
but not when i build the initial build image.
Hi Tarcaxoxide, sorry I should have removed the copy to share from the build. One of the things I did have issues with when building and I don't recall if it was grub-legacy or xorriso which was giving me issues, but in the end I could only do builds from inside linux I was unable to do builds in WSL. The bootup relies Heavily on GRUB/MultiBoot to do pretty much all the heavy lifting to simplify what is required in the custom code at bootup.