GZboot Bootloader
Posted: Sun May 11, 2008 12:04 pm
Hi!
I've done a simple fat12 protected mode bootloader, which loads a file from floppy at 1mb and executes it.
It's based on Teemu Voipio floppy driver and my fat12 driver implementation. Also I'm using Chris Giese mode13 set up code.
It works with qemu, bochs, virtualbox (slow but ok) and my pc.
Can anyone else test it? The kernel is just a file that says "Hello!!!" in top left of the screen.
Thanks,
Gonzalo
I've done a simple fat12 protected mode bootloader, which loads a file from floppy at 1mb and executes it.
It's based on Teemu Voipio floppy driver and my fat12 driver implementation. Also I'm using Chris Giese mode13 set up code.
It works with qemu, bochs, virtualbox (slow but ok) and my pc.
Can anyone else test it? The kernel is just a file that says "Hello!!!" in top left of the screen.
Thanks,
Gonzalo