Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 290 Bytes

btldr

Bootloader that does nothing useful

Note

Requires nasm compiler and QEMU VM installed

Usage

Compile

nasm -f bin boot.asm -o boot.bin

Run in VM

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