A Mini Operating System
- Lightweight
- Monolithic kernel
- Multi-process
- Multi-console
CPU with x86 or x84-64 architectures.
Make the OS image file MuteOS.img:
git clone https://github.com/NeymarL/Muse-OS.git
cd Mute-OS
sudo make
if you hava installed qemu, you can run by:
sudo make run
otherwise use dd command write it to a usb disk and then use BIOS to boot it.
- The Snakes Game
- See
games/snakefor details.
- See
Snake Game
My website : https://www.52coding.com.cn


