Skip to content

Files

Latest commit

d7bf941 · · Jul 27, 2025

History

History

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 18, 2025
Jul 18, 2025
Jul 27, 2025

Running Moose OS

(I'm assuming you already have Make installed for running Makefiles.) Running this code is rather easy. just install QEMU with your package manager..
I'm using Homebrew, so I run:
brew install qemu
Then, I go to the MooseOS directory. For me its
cd ~/moose-os
Then I run::
make run-iso
and it should run qemu-system-i386 -cdrom bin/MooseOS.iso -m 512M
If you wish a fullscreen experience, you can run:
make run-iso-fullscreen
and it should run qemu-system-i386 -display cocoa,zoom-to-fit=on -cdrom bin/MooseOS.iso -full-screen -m 512M
If you have any trouble running MooseOS on fullscreen, please switch back to running it windowed.
So far, I have not recieved any comments regarding issues with running the code. If it does not work, please reach out to me either on this Github Repo, or through Summer of Making (for those reviewers).).