Hubris – An OS from Oxide Computer

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • hubris

    A lightweight, memory-protected, message-passing kernel for deeply embedded systems.

  • Neat, I didn't know that the MPU fault handler was complete enough to allow for restarts.

    Now that the source is available, I took a look at what hubris does - it is not actually anything fancy, just a static list of up to 8 MPU regions per task [1].

    It seems that leases aren't actually shared memory, but rather just grant permission for a memcpy-like syscall [2]. This is slightly better than plain message passing as the recipient gets to decide what memory it wants to access, but is still a memcpy.

    [1] https://github.com/oxidecomputer/hubris/blob/8833cc1dcfdbf10...

    [2] https://hubris.oxide.computer/reference/#_borrow_read_4

  • omicron

    Omicron: Oxide control plane

  • Speaking of interesting names, their control plane is called Omicron: https://github.com/oxidecomputer/omicron

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tock

    A secure embedded operating system for microcontrollers

  • We are gettig an increasing amount of interesting Rust operating system for different uses.

    - Hubris for deep embedded

    - Redox OS for Desktop/Server (https://www.redox-os.org/)

    - Tock for embedded (https://www.tockos.org/)

    - Xous for trusted devices (https://xobs.io/announcing-xous-the-betrusted-operating-syst...)

    I assume there are more.

  • ferros

    A Rust-based userland which also adds compile-time assurances to seL4 development.

  • We also built a Rust framework called FerrOS (https://github.com/auxoncorp/ferros) atop the formally-verified seL4 microkernel.

    It has a similar set of usage idioms to Hubris it looks like in terms of trying to setup as much as possible ahead of time to assemble what's kind of an application specific operating system where everything your use case needs is assembled at build-time as a bunch of communicating tasks running on seL4.

    We recently added a concise little persistence interface that pulls in TicKV (https://docs.tockos.org/tickv/index.html) from the Tock project you referenced above, and some provisions are being added for some more dynamic task handling based on some asks from an automotive OEM.

  • Asciidoctor

    :gem: A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.

  • git-subrepo

  • Did you try https://github.com/ingydotnet/git-subrepo ? Looks like it vendors in other repositories, making submodules entirely transparent for consumers and still allowing sumbodule workflow for authors.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts