Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
moros-v0.10.2.bin | 2023-12-22 | 2.0 MB | |
MOROS 0.10.2 source code.tar.gz | 2023-12-22 | 352.8 kB | |
MOROS 0.10.2 source code.zip | 2023-12-22 | 443.2 kB | |
README.md | 2023-12-22 | 976 Bytes | |
Totals: 4 Items | 2.8 MB | 0 |
MOROS is a text-based hobby operating system targeting computers with a x86-64 architecture and a BIOS. It is inspired by Unix and ITS but is closer to a modern DOS at the moment in term of features.
What's new in MOROS 0.10.2?
- Added a process page table
- Added a userspace memory allocator
- Improved the lisp interpretor
- Improved the documentation
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=rtl8139 -soundhw pcspk -hda moros-v0.10.2.bin
Read more detailed instructions in the README