Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 402 Bytes

readme.md

File metadata and controls

27 lines (21 loc) · 402 Bytes

maya

An operating system. Everyone needs a hobby. This is mine.

Dependencies

# Install qemu
brew install qemu

# Install nasm
brew install nasm

Development

# Build the bootloader
nasm -f bin boot.asm -o boot.bin

# Disassemble the bootloader
ndiasm boot.bin

Run the bootloader

# Run the bootloader
qemu-system-x86_64 -drive file=boot.bin,format=raw