onie VS toaruos

Compare onie vs toaruos and see what are their differences.

toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc. (by klange)
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
onie toaruos
2 22
569 4,690
1.1% -
6.0 9.8
2 months ago over 2 years ago
Makefile C
GNU General Public License v3.0 or later University of Illinois/NCSA Open Source License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

onie

Posts with mentions or reviews of onie. We have used some of these posts to build our list of alternatives and similar projects.
  • Datacenter Switches Dell vs HP/Aruba
    1 project | /r/sysadmin | 23 Nov 2022
    The S41XXY-ON switches do have some complexity in the bootloader; If I recall correctly it has an "A" and "B" OS so you can update one and instantly reboot to the other if it goes wrong, as well as some ONIE functionality. So updating them is a bit of a process as you have to make sure both get updated at some point - I think they're more designed for big datacenter lights-out deployments where you have the infrastructure to manage updating dozens at a time.
  • Florida Tech CEO Indicted for Selling $1B Worth of Counterfeit Cisco Equipment
    1 project | news.ycombinator.com | 8 Jul 2022
    I can assure you that's entirely plausible. There are many big vendors like this, with a rather smaller set of vendors that sell switch chips for them. High end network switches are effectively a commodity now, and often are not much more than a board built around a single chip/chipset, which does everything.

    As for software, there are many vendors and open source projects that make complete distributions for these generic switches/chipsets.

    One way to get an idea of the sheer number of devices in play here is to look at the hardware supported by ONIE, a small Linux distribution that is a de facto standard bootloader for these. Can't find a proper HCL for ONIE, but have a look at the source: https://github.com/opencomputeproject/onie/tree/master/machi...

toaruos

Posts with mentions or reviews of toaruos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-07.
  • ToaruOS Has Been Archived
    1 project | news.ycombinator.com | 22 Mar 2024
  • Tilck – A Tiny Linux-Compatible Kernel
    6 projects | news.ycombinator.com | 7 Jan 2023
    Another interesting project to checkout is klange’s toaruos https://github.com/klange/toaruos
  • Question
    1 project | /r/osdev | 10 Sep 2022
  • Kneel b4 HML
    2 projects | /r/linuxmasterrace | 14 Aug 2022
  • Announcing: PonyOS 8
    3 projects | /r/osdev | 31 Mar 2022
    In case it's not clear, PonyOS is a joke reskin of my serious OS project, ToaruOS. PonyOS gets a new release every April 1st. All of the libraries and applications in ToaruOS are in-house things I built myself - the whole OS is "built from scratch". PonyOS adds ponysay, which is an external app originally written in Python - and in previous releases of PonyOS I shipped the Python version alongside a port of Python 3.6. This release, though, comes with a port to my own language, Kuroko, which is a dialect of Python - a lot of what went into building the PonyOS release this year was getting ponysay to work well.
  • Interesting variables
    1 project | /r/osdev | 25 Feb 2022
    There is no correct way to use inline assembly here. You need a stub written in assembly that will save those registers to the stack and pass a pointer to a handler written in C. You may also want to define a struct that matches the stack layout to make it easier to access the stack contents. This is not my code. If you want to use this code in your OS, you must follow the license requirements.
  • Seriously, WHY?
    1 project | /r/osdev | 25 Jan 2022
    Here's a good example, although it's 64-bit instead of 32-bit.
  • Hacker News top posts: Dec 13, 2021
    4 projects | /r/hackerdigest | 13 Dec 2021
    ToaruOS 2.0\ (5 comments)
  • ToaruOS 2.0, a new (hobby) x86_64 OS
    1 project | /r/Boiling_Steam | 13 Dec 2021
  • ToaruOS 2.0
    3 projects | news.ycombinator.com | 13 Dec 2021

What are some alternatives?

When comparing onie and toaruos you can also consider the following projects:

Lemon-OS - The Lemon Operating System

kernel-zig - :floppy_disk: hobby x86 kernel zig

limine - Modern, advanced, portable, multiprotocol bootloader.

xboot - The extensible bootloader for embedded system with application engine, write once, run everywhere.

HoodLoader2 - 16u2 Bootloader to reprogram 16u2 + 328/2560 with Arduino IDE

lk2nd - Secondary little kernel (lk) bootloader for Qualcomm MSM8953 devices

NodeOS - Lightweight operating system using Node.js as userspace

weird - Generative art in Common Lisp

cc2538-bsl - Python cross-platform script to upload firmware via the serial boot loader onto the CC13xx, CC2538 and CC26xx SoC.

fastboot3DS - A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.

wil - Windows Implementation Library

CnPython - Trying to implement python functions in C so it's easier to read.