winix VS wcc

Compare winix vs wcc and see what are their differences.

winix

A UNIX-style Operating System for the Waikato RISC Architecture Microprocessor (WRAMP) (by halfer53)
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
winix wcc
12 1
934 4
- -
5.2 0.0
10 days ago about 5 years ago
C C
GNU General Public License v3.0 only -
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.

winix

Posts with mentions or reviews of winix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-27.

wcc

Posts with mentions or reviews of wcc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-26.
  • I spent 5 years writing my own operating system
    9 projects | news.ycombinator.com | 26 Jun 2021
    It's certainly plausible

    It's currently using wcc to compile the kernel https://github.com/wandwramp/wcc. We can swap it with gcc for sure, but require a lot of work, especially the output format and backend.

    Winix uses a simple header for binaries, https://github.com/halfer53/winix/blob/master/include/winix/..., so we would need to tweak gcc to support this header format and =add backend support for WRAMP architecture.

    ELF is quite complicated, if I have to do this, I probably just copy some codes to linux.

What are some alternatives?

When comparing winix and wcc you can also consider the following projects:

unikraft - A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings.

ZenithOS - The Zenith Operating System is a modernized, professional fork of the 64-bit Temple Operating System.

Melang - A script language of time-sharing scheduling coroutine in single thread

rexsimulator - a forked copy of https://sourceforge.net/projects/rexsimulator/

awesome-machine-learning-in-compil

NeptuneOS - Neptune OS: A Windows NT personality for the seL4 microkernel

CompCert - The CompCert formally-verified C compiler

kernel_xiaomi_raphael - // CAFest Kernel for XiaoMi SM8150 devices (raphael)(cepheus) Updated to CAF tag LA.UM.9.1.r1-10900.02-SMxxx0.QSSI12.0 with android-4.14-stable merged

hidamari - Video wallpaper for Linux. Written in Python. 🐍

docs

Understanding-Unix-Linux-Programming - Source code of Understanding Unix/Linux Programming. The book provides example code in C, I would like to replicate it in Rust.