Skip to content

pyhrr0/double_helix.mbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Double Helix MBR

A bootloader that displays a double helix.

screenshot

Build

The bootloader can be built as follows:

make

Cleanup

Generated files can be removed as follows:

make clean

Test

QEMU

To try the bootloader you can run it in QEMU:

make test

Bootable USB

Copy the bootloader to a block device as follows:

dd if=double_helix.mbr of=/dev/BLOCKDEVICE bs=512 count=1

About

A x86 bootloader that displays a double helix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages