A lightweight, modern operating system rebuilt from Android Froyo's architecture — with the Java/Dalvik layer replaced entirely by the CLR.
Ferrum OS keeps Froyo's app/framework model as a proven shape for a mobile-scale OS, but swaps its execution layer for C# running on a single managed runtime — no JNI, no mixed-runtime boundary. Native access happens through direct P/Invoke into the HAL, and framework services are written in C# from the ground up.
Part of Deepcomet AI, and built on the same philosophy as S# and Voyage-lang: a familiar surface, one runtime underneath, no FFI seams.
Early bring-up. The Froyo source tree has been mirrored into this org as a starting point; the kernel swap, CLR runtime host, and first native C# framework service are in progress.
manifest— repo tool manifest for the full source treeplatform_*/device_*— mirrored and (over time) reworked Froyo platform components
See individual repositories for licensing details.