FreeRTOS-Kernel VS xv6-riscv

Compare FreeRTOS-Kernel vs xv6-riscv and see what are their differences.

FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. (by FreeRTOS)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
FreeRTOS-Kernel xv6-riscv
12 17
2,332 6,144
5.7% 6.4%
9.4 0.0
7 days ago 7 days ago
C C
MIT License GNU General Public License v3.0 or later
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.

FreeRTOS-Kernel

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

xv6-riscv

Posts with mentions or reviews of xv6-riscv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-08.
  • The rxv64 Operating System: MIT's xv6, in Rust, for SMP x86_64 machines
    5 projects | news.ycombinator.com | 8 Sep 2023
    okay, fair. i only got misled by the title of the post, which claims all-rust xv6 port.

    now that we cleared the userland part, here’s what I’m contemplating on the kernel side. i can’t think of anything simpler and more staple than this, so:

    https://github.com/dancrossnyc/rxv64/blob/main/kernel/src/ua...

    https://github.com/mit-pdos/xv6-riscv/blob/riscv/kernel/uart...

    honestly - i don’t feel at ease to tell which driver code is more instructional, which is easier to read, which is better documented, which is better covered with tests, which has more unsafety built into it (explicit or otherwise), what size are the object files, and what is easier to cross-compile and run on the designated target from, say, one of now-ubiquitous apple silicon devices.

    lest we forget that the whole point of it is “pedagogical”, i.e. to learn something about how a modern OS can be organized, and how computer generally works.

    and i’m just not sure.

  • Xv6: A modern, x86 reimplementation of 6th Edition Unix
    5 projects | news.ycombinator.com | 4 Aug 2023
    The x86 version of xv6 is no longer updated, the last updates took place about 7 years ago. Current xv6 supports RISC V in qemu, there are also ports to real RISC V devices (Kendryte/Canaan K210, Allwinner D1, StarFive JH7110, some hacked by me) and FPGA implementations ().

      https://github.com/mit-pdos/xv6-riscv/ (qemu)
  • seeking another faculty member re: xv6
    1 project | /r/osdev | 2 May 2023
    I am no help with recruitment, but simple search revealed "https://github.com/mit-pdos/xv6-riscv", were you aware of this?
  • MINIX is an awesome way to learn a wide range of CS concepts
    3 projects | /r/compsci | 20 Feb 2023
    Different repo under same org https://github.com/mit-pdos/xv6-riscv
  • Ask HN: Examples of Microkernels?
    13 projects | news.ycombinator.com | 4 Oct 2022
    I'm reading through the MIT xv6 OS handbook and code (here: https://github.com/mit-pdos/xv6-riscv/) and they mention the fact that they created it as a monolithic kernel since most unix systems are monolithic. They then introduce the microkernel concept. Are there microkernel concepts out there (especially code) I can check out? I'm curious to see how userspace processes communicate to kernel processes to execute privileged actions.
  • Risc V Assembly and Qemu
    1 project | /r/asm | 10 Jul 2022
  • How does multiprocessing on a multivitamin cpu work?
    2 projects | /r/osdev | 10 Mar 2022
    Yeah its from here: https://github.com/mit-pdos/xv6-riscv x86 version here: https://github.com/mit-pdos/xv6-public
  • Xv6 for RISC-V
    1 project | news.ycombinator.com | 21 Jan 2022
  • How do I become an Operating Systems developer?
    1 project | /r/cscareerquestions | 27 Nov 2021
    I would start with working through an OS textbook. Tanenbaum is highly regarded although I worked through OStep and I felt it was very approachable. Also check out wiki.osdev.org. Also, here's a re-inplementation of Unix version 6. I've been meaning to play around with it for a while.
  • Can't get xv6 to run on arch linux
    2 projects | /r/archlinux | 31 Oct 2021
    NOTE: we have stopped maintaining the x86 version of xv6, and switched our efforts to the RISC-V version (https://github.com/mit-pdos/xv6-riscv.git)

What are some alternatives?

When comparing FreeRTOS-Kernel and xv6-riscv you can also consider the following projects:

zephyr - Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

xv6-public - xv6 OS

RIOT - RIOT - The friendly OS for IoT

riscv-gnu-toolchain - GNU toolchain for RISC-V, including GCC

mbed-os - Arm Mbed OS is a platform operating system designed for the internet of things

uom - Units of measurement -- type-safe zero-cost dimensional analysis

mongoose-os - Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.

rrs - Rust RISC-V Simulator

nuttx - Apache NuttX is a mature, real-time embedded operating system (RTOS)

minixfromscratch - Development and compilation setup for the book versions of MINIX (2.0.0 and 3.1.0) on QEMU

TizenRT - TizenRT is a lightweight RTOS-based platform to support low-end IoT devices

lambda-calculus - A lambda calculus interpreter that works on desktop and wasm