top | item 41541412

(no title)

jamesmunns | 1 year ago

Tock-OS, Oxid-OS (the safety version of Tock-OS, like freertos/safertos), and Hubris (from Oxide Computers) are the main three RTOSs, Embassy and RTIC are common frameworks (but not classic RTOSs) used for scheduling and resource management on bare metal systems. There are some more niche or non-public ones as well.

For more classic OSs (not real time), Redox is the main one, as well as a lot of research/experimental/teaching ones, including the Blog OS from this guide/submission.

discuss

order

junon|1 year ago

Working on one over at github.com/oro-os but haven't proven efficacy of the design yet, so haven't announced it. Just if you want something to follow.