xv6-riscv VS unikraft

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

unikraft

FlexOS is a Unikraft-based OS allowing users to easily specialize the safety and isolation strategy at compilation time. (by project-flexos)
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
xv6-riscv unikraft
17 2
6,199 18
4.7% -
0.0 2.4
15 days ago 11 months ago
C C
GNU General Public License v3.0 or later 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.

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)

unikraft

Posts with mentions or reviews of unikraft. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-04.
  • Ask HN: Examples of Microkernels?
    13 projects | news.ycombinator.com | 4 Oct 2022
    It seemed to be in a similar space to Genode when I had a brief look. Is it clear how it compares?

    A system that claims to allow you to configure it in microkernel and other modes might be interesting for comparison of the approaches, but I've only noticed it via a local connexion: https://project-flexos.github.io/

  • Unikraft is a fast, secure and open-source Unikernel Development Kit
    12 projects | news.ycombinator.com | 7 Feb 2022
    Thanks for the feedback, we're in the process of adding a security section[0] which will detail more on the on-goings, but we'll work on adding more highlights on the main page.

    I need to highlight we have separate research[1][2] which will make its way upstream soon which aims to provide hardening between internal libraries (e.g. isolating the network stack or scheduler) using gates like Intel MPK or separate hardware-accelerated services.

    [0]: https://github.com/unikraft/docs/pull/32

    [1]: https://project-flexos.github.io/

    [2]: https://github.com/project-flexos/unikraft

What are some alternatives?

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

xv6-public - xv6 OS

FreeRTOS-Kernel - FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.

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

qubes-mirage-firewall - A Mirage firewall VM for QubesOS

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

nanos - A kernel designed to run one and only one application in a virtualized environment

rrs - Rust RISC-V Simulator

docs - The front page and documentation for the Unikraft Open-Source Project.

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

app-click - Click Modular Router on Unikraft

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

click - The Click modular router: fast modular packet processing and analysis