Skip to content

helloanoop/maya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Operating System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published