Skip to content

filippofinke/x86-bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published