etermory / x86-bootloader

πŸ’» A very simple x86 bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to x86-bootloader πŸ‘‹

A very simple x86-bootloader

Demo

Dependencies

  • nasm
  • qemu

How to use

./start.sh

Manually

Compile the bootloader

nasm -o boot.bin boot.asm

Boot it with QEMU

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

Author

πŸ‘€ Filippo Finke

Show your support

Give a ⭐️ if this project helped you!

Buy Me A McFlurry

About

πŸ’» A very simple x86 bootloader


Languages

Language:Assembly 92.0%Language:Shell 8.0%