Skip to content

wailsb/MyOS

Repository files navigation

MyOS

a simple os with a bootloader programmed with assembly

if you modify the assembly the command you'll need to regenerate the iso img file

$chmod +755 run.sh
$./run.sh

run using :

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

assembling the bootloader:

nasm bootloader.asm -f bin -o bootloader.bin

About

a simple os with a bootloader programmed with assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors