Ask HN: Is anyone making a simple and fast OS with limited functionality?

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

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

    A free Windows-compatible Operating System

  • Hi Nition!

    What a great question! (Everybody who's reading this, please upvote!)

    OK, so you've got all kinds of choices in this area!

    First off, I assume, because/ you mentioned FreeDOS/TempleOS/Windows 3.1 -- that you're looking for an x86 (Intel/AMD) OS.

    First question: 32-bit or 64-bit?

    32-bit OS's will run on older hardware (20+ years old!) -- but (in general!) you'll be limited to a max of 4GB of usable RAM...

    64-bit will, of course, run on newer hardware, but in general will be a little bit more complex than an old, "barebones" OS...

    Second question: Windows compatible or not?

    You want the OS to be Open Source right? That would rule out any version of Windows -- but that wouldn't rule out ReactOS (https://reactos.org/). Many Windows programs will run on ReactOS -- but some might not, and/or have interesting bugs -- so "buyer beware" as they say.

    But, in terms of overall lines of code and complexity, ReactOS is probably the least simple Free and Open Source OS, next to Linux itself...

    You might be actually looking for two things, or rather three:

    1) Simple Open Source Non-Graphical Command-Line OS.

    2) Open Source Graphical Window Manager / Windowing System For That OS.

    3) Example Source Code (for that OS and Window Manager) which implements a text editor, an audio player app, a calculator, etc.

    Also, keep in mind that unless #2 is written to be as simple as possible (and thus uses only simple monospaced bitmap fonts) -- then you're also going to be dealing with a font rendering subsystem -- which is going to add to the complexity and thus learning curve -- of the codebase...

    If you've got an underlying Non-Graphical OS like FreeDOS (or any other) -- if that OS does not prohibit direct hardware access to the video card, OR if the underlying OS can specifically be requested to give direct hardware access to a program it runs -- then you might try writing a program to implement GUI features on that non-GUI OS... it would be a great programming exercise!

    But if you don't, I'm sure such GUI's (ideally, simple ones, not X/Windows AKA X11, nor the Windowing code in Windows/ReactOS) must exist -- just search GitHub...

    Maybe that's what to do...

    Search GitHub for GUI's or simple OS'es that implement GUI's... find one that is as simple/understandable as you desire -- and that's your go-to OS for this!

    Anyway, Good Luck in your quest!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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