Skip to content

MOROS 0.10.0

Compare
Choose a tag to compare
@vinc vinc released this 21 Jun 21:01
· 223 commits to trunk since this release
86a8319

moros

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.0?

  • Fixed issues with real hardware: RTL8139 network cards, keyboards
  • Improved shell: path in prompt, light palette
  • Improved lisp: full support of comments, docstrings, new functions, and much more
  • Improved editor: cut/copy/paste commands, parenthesis matching
  • Improved chess game

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.0.bin

Read more detailed instructions in the README