Rare find

Motor OS. A lightweight operating system built for cloud servers and virtual machines.

github.com/moturus/motor-os

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2026
  • Repoint smoltcp to a new branch
  • net: implement TSO
  • sys-io: net: set ack delay
  • net: enable TX CSUM virtio cap
  • net: enable RX CSUM virtio cap
  • sys-io: net: don't spawn subtrasks on TX
  • rt.vdso: net: widen the subchannel; fix page waiting
  • sys-io, rt.vdso: another net refactoring
  • rt.vdso: batch net TX
  • rnetbench: add -b flag
  • sys-io, rt-vdso: more net improvements
  • rnetbench: make byte verification more lightweight
  • sys-io: net: increase TCP buffs to 128k
  • sys-io: net: fix a stall
  • rnetbench: add instrumentation
  • sys-io: add more net perf metrics
  • frusa: make Frusa4K keep 4k pages inside
  • sys-io: refactor FS stats to NOT use thread_local
  • moto-async: box-capture tasks in spawn
  • motor-fs: increase txn batch size
  • Add build-base.sh
  • docs: mv porting guide to docs/porting-libc
  • Continue porting mlibc+llvm (M10)
  • Continue porting mlibc+llvm (M9b)
  • rush: make it play well with mlibc
  • rush: support "&&" operator
  • Continue porting mlibc+llvm (M9)
  • kernel: fix a bug in PF handling
  • rush: handle backslash+newline correctly
  • rt.vdso: make readdir support inline deletion