xv6-riscv VS uom

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

uom

Units of measurement -- type-safe zero-cost dimensional analysis (by iliekturtles)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
xv6-riscv uom
17 27
6,144 952
6.4% -
0.0 7.3
2 days ago about 1 month ago
C Rust
GNU General Public License v3.0 or later Apache License 2.0
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)

uom

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

What are some alternatives?

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

xv6-public - xv6 OS

insect - High precision scientific calculator with support for physical units

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

serde - Serialization framework for Rust

rrs - Rust RISC-V Simulator

onnx - Open standard for machine learning interoperability

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

xlite - Query Excel spredsheets (.xlsx, .xls, .ods) using SQLite

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

Ruby Units - A unit handling library for ruby

rxv64 - xv6 OS

tab-rs - The intuitive, config-driven terminal multiplexer designed for software & systems engineers