I began creating the OS by configuring GRUB, everything worked, except when i selected "DvyOS" from the GRUB list, I got "File not found" error (which I expected, since the kernel file wasn't put on the floppy). When I started QEMU with the boot.bin file on the floppy, QEMU hangs on "Booting from Floppy".
The boot.bin is a nasm compile of the code in "Babystep1" on the wiki, and the floppy is a loopback device.
Any idea what could be wrong?
QEMU is hanging on "Booting from floppy"
it seems like your kernel is getting booted correctly.
The "booting from floppy" should be there, as it means that the file was found and it is up to your kernel to clear the screen post-grub. Also, in PMode, the floppy motor needs to be progmatically turned off while in 32-bit PMode.
The "booting from floppy" should be there, as it means that the file was found and it is up to your kernel to clear the screen post-grub. Also, in PMode, the floppy motor needs to be progmatically turned off while in 32-bit PMode.
Website: https://joscor.com