Serenity OS

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
  • serenity

    The Serenity Operating System 🐞

  • > What would you say that were most important aspects of re-implementing (subset of?) C++ runtime that must be appropriate for in-kernel usage?

    Something that I messed up originally and we're now correcting incrementally is the handling of allocation failures. There are many places in a kernel where errors don't have a natural propagation path (IRQ handling for example), so operations that may fail (like allocation) must be avoided.

    In general, heavy use of C++ features like templates and RAII has been very helpful for making kernel development productive.

    > Where would I look in the source code to learn about SerenityOS paging algorithms, and virtual memory management in general?

    You'll find the kernel memory management code in https://github.com/SerenityOS/serenity/tree/master/Kernel/Me...

    Quick breakdown:

  • ZealOS

    The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.

  • It's still maintained under the name ZealOS:

    https://github.com/Zeal-Operating-System/ZealOS

  • 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
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