a simple bootloader
Find a file
msh31 3c099fc6da feat: working sample (desc)
- this was super hard, i dont fully understand it yet as I grabbed most
code off stackoverflow

- but, it works. it prints A to the screen, dope as flip!
2025-10-06 19:08:48 +02:00
.gitignore feat: working sample (desc) 2025-10-06 19:08:48 +02:00
boot.asm feat: working sample (desc) 2025-10-06 19:08:48 +02:00
README.md initial commit (poopie commit) 2025-10-06 18:52:14 +02:00

Bootloader

My simple boatloader that will most defininelty cause me to become bald in the near future.

What is a bootloader

  • ToDo

How it works

  • ToDo

Requirements

I ddo this on ubuntu

  • nasm (the assembler)
  • qemu (the x87 emulator)