Qemu Crashes With red screen on mac OS with lemon
It crashes after the loading screen for some reason. I'm on ARM64 and i use QEMU to execute Lemon OS
Apparently the kernel error it gives me (in debug option) is 0x0.
Sorry, I am unable to do much with this little information and I am unable to reproduce without the exact hardware or settings you used, make sure you run QEMU with the necessary options
I use qemu-system-x86_64, and -fda with the Lemon OS .img file provided in the releases, i'm on Apple Silicon.
Look at the QEMU command provided in the readme, make sure you've given it enough RAM and use -M q35. You should not use '-fda it is NOT a floppy image.
Look at the QEMU command provided in the readme, make sure you've given it enough RAM and use
-M q35. You should not use '-fdait is NOT a floppy image.
Excuse me sir. I thought that because i saw .img, and i wasn't sure if i should put -M q35 because it was not written anywhere.