File: README.md | Updated: 11/18/2025
This guide will help you get bootOS up and running on your system.
To use bootOS, you'll need:
nasm -f bin os.asm -l os.lst -o os.img
Or use the provided Makefile:
make
qemu-system-x86_64 -fda os.img
Or with the Makefile:
make runqemu
On first run, enter:
$format
This initializes the directory and copies bootOS to the boot sector.
$ver # Show version
$dir # List files
$enter # Create a new program
Install NASM:
brew install nasmapt-get install nasmInstall QEMU:
brew install qemuapt-get install qemu-system-x86Ensure the disk image is the correct size (360K, 720K, or 1440K).