Skip to content

Alejandbel/bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

bootloader

To run you have to install nasm assembler and qemu vm

Run this commands

nasm -f bin bootloader.asm -o bootloader.bin
qemu-system-i386 -fda bootloader.bin

About

Bootloader example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published