I have a bootloader and a kernel both written in assembly.
Now I have two issues with these files. As the size of the bootloader is 512B, I am able to successfully run the .img file of the bootloader in VirtualBox.
But:
- The size of the Kernel is 580B and it is not accepted by the VirtualBox floppy drive. How to I come out of this? That is Running the kernel in VirtualBox.
- How do I transfer control to the kernel part from the bootloader?
And I am in a Windows 7 environment.