New in this sub, some questions…

This page summarizes the projects mentioned and recommended in the original post on /r/TempleOS_Official

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 3

    Discontinued templeos in userspace

  • In my opinion the best hope is to provide the same user experience running on top of a well established kernel which already has all the drivers. Something similar to what I envisioned is being started here: https://github.com/nrootconauto/3Days

  • circle

    A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit) (by rsta2)

  • The only other reasonable option would be to port it to a new platform which is popular that has a few well documented hardware interfaces so as not to create a hellish nightmare writing drivers. Maybe then you could do a one-off port to that platform (though you might have to re-target the HolyC compiler to target it instead if it is not x86_64). The Raspberry PI seems like a decent option here since there is already a baremetal C++ library supporting USB, keyboard, mouse, sound, video, and as an added bonus UART, I2C, SPI, GPIO. You would have good code examples for porting all the necessary drivers. But obviously this would still be a lot of work and the compiler would need to be re-targeted and user space adapted for running on ARM. That being said backwards compatibility is strong, ARM seems actually interested in keeping it that way (at least for now). The library I'm talking about is here: https://github.com/rsta2/circle

  • 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

  • Assembly coding without OS

    4 projects | /r/raspberry_pi | 17 Jun 2023
  • Bare Metal Emulators and launcher for RetroFlag GPI v1

    4 projects | /r/retroflag_gpi | 25 May 2023
  • Help with C64 Emulation (never used a C64 before in my life)?

    1 project | /r/c64 | 26 Jan 2023
  • Smalltalk-80 on Raspberry Pi: A Bare Metal Implementation

    8 projects | news.ycombinator.com | 1 Jan 2023
  • How do I get started with making my own Linux based OS on Embedded Hardware?

    3 projects | /r/embedded | 2 Dec 2022