MOROS is a text-based hobby operating system written in Rust by Vincent Ollivier.
It targets computers with a x86-64 architecture and a BIOS, drawing inspiration from Unix, Plan 9, and DOS to provide a simple and efficient environment for computing and communication from the command line.
What's new in MOROS 0.13.0?
- Added sound drivers (Sound Blaster 16 and AC'97)
- Added an assembler written in Lisp
- Added a pipe device file (in
/dev/pipe) - Added some process device files (in
/dev/proc/*) - Improved disk caching and deleted dir entries
- Fixed memory leaks during process creation
Read the full list of changes on the CHANGELOG.
How to run MOROS?
The binary can be booted from USB on a computer with a BIOS or from a virtual machine with Bochs, QEMU, or VirtualBox. Here's a quick way to do it with QEMU:
qemu-system-x86_64 -m 32 -cpu max -nic model=e1000 -soundhw pcspk -hda moros-v0.13.0.bin
Read more detailed instructions in the README.
