Skip to content

Lock-OS/ASM-Boot-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootloader

A bootloader written in NASM assembly.

Compilation

To compile the bootloader, use the following command:

nasm -f bin boot.asm -o boot.bin

Running

qemu-system-x86_64 -drive format=raw,file=boot.bin
# OR
qemu-system-i386 -fda boot.bin

Screenshot

Bootloader Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published