
- write a second stage boot code
- gather all possible info from BIOS then jump to 64-bits mode
- write a minimal kernel and a simple UI
So far so good, but it would be faster to be able to run (and debug) the boot code using a virtual machine, and since I am forced to have windows on my development box (please don't ask), it looks like my best option is to use VirtualBox. Now the question is: is there a simple and quick way to make VB boot a VM using a custom MBR?
Thanks in advance.