Skip to content

tavro/moonshot-bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

moonshot-bootloader

instructions on how to create the boot image

create a blank disk image

dd if=/dev/zero of=boot.img bs=512 count=1

write the bootloader binary to the disk image

dd if=bootloader.bin of=boot.img bs=512 count=1 conv=notrunc

run it with QEMU

qemu-system-x86_64 -drive format=raw,file=boot.img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published