Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 548 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 548 Bytes

primitive-bootloader

This is a very simple bootloader and doesn't do anything.

Bootloader running in QEMU

How to compile the bootloader

You need NASM installed

If you're on Windows you also need to add it to the path variable

Run the make.bat script or type this command: nasm -f bin boot.asm -o boot.bin

How to run it in QEMU

Run the run.bat script or type this command: qemu-system-x86_64 boot.bin