Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 375 Bytes

File metadata and controls

20 lines (15 loc) · 375 Bytes

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