A bootloader that displays a double helix.
The bootloader can be built as follows:
make
Generated files can be removed as follows:
make clean
To try the bootloader you can run it in QEMU:
make test
Copy the bootloader to a block device as follows:
dd if=double_helix.mbr of=/dev/BLOCKDEVICE bs=512 count=1