bootloader
bootloader copied to clipboard
Floppy image boot fails on virtual box 7.0.2 with "No support for int13h extensions"
Hi!
I cannot get my test code to boot on virtual box. Just following message is displayed:
Booting (First stage)... No support for int13h extensions
I assume this does not even go to the point where my code would matter?
Yeah, this happens in the bootloader before your kernel is even loaded. I don't have much experience with VirtualBox, but the int 13h extensions are normally well-supported on modern (virtual) machines.
Which version of VirtualBox are you using?
This occurs in VMware too for me. Is there a fix for this yet?