osblog
The Adventures of OS (by sgmarz)
awesome-riscv
😎 A curated list of awesome RISC-V implementations (by drom)
osblog | awesome-riscv | |
---|---|---|
3 | 5 | |
538 | 134 | |
3.9% | 3.0% | |
0.0 | 0.0 | |
over 2 years ago | about 2 years ago | |
Rust | ||
MIT 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.
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.
osblog
Posts with mentions or reviews of osblog.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-19.
-
My RISC-V OSDev journey, so far
How to automate building and running the project using make; in particular, leveraging variables in the Makefile to elegantly apply the same command line options for compiling each file in the codebase - because trust me, you'll need a ton of command-line options ;-) For this, I based my initial Makefile on that found in the source code for "The Adventures of OS", e.g. this
-
Getting started with OSDev on RISC-V
I would like to thank the authors of RISC-V from scratch and The Adventures of OS for their high-quality articles that go into great detail on how RISC-V works. Without their well-written articles, I wouldn't have known how to get started with kernel development on RISC-V. My initial project setup - the minimal C runtime crt0.s in assembly and the linker script riscv64-virt.lds - is based on the former, while my UART driver code is adapted from the latter and I intend to closely follow the latter going forward.
-
RV32I Stack and stack pointer in hardware implementation
Here's an example of an interrupt routine (m_trap_vector): https://github.com/sgmarz/osblog/blob/master/risc_v/src/asm/trap.S
awesome-riscv
Posts with mentions or reviews of awesome-riscv.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-31.
-
Rise: RISC-V Software Ecosystem – Linux Foundation Project
Github seems like a good option for this (or codeberg), creating something like awesome risc-v where other people can make suggestions and improvements.
-
How many gates does a decent risc-v implementation take?
The lists out there are out of date, but this isn't a bad place to start.
-
Yeah, RISC-V Is Actually a Good Design
In general, I've been seeing quite a few interesting open-source implementations; what RISC-V has brought to the table is a community and an ISA that open CPU implementors can get behind, and vice versa, which has led to a lot of advancements in open CPU development.
-
What is needed for a processor other than instruction sets?
If you'd like to learn first-hand, why not look at a few open-source implementations for yourself? I think that's one of the incidental benefits of RV - people implementing their own FOSS cores with a shared instruction set!
-
Russian Company Develops 32-Bit RISC-V Microcontroller
RISC-V is about to take off! https://github.com/drom/awesome-riscv
What are some alternatives?
When comparing osblog and awesome-riscv you can also consider the following projects:
riscv-elf-psabi-doc - A RISC-V ELF psABI Document
openc910 - OpenXuantie - OpenC910 Core
avr-device - Register access crate for AVR microcontrollers
awesome-plotters - A curated list of code and resources for computer-controlled drawing machines and other visual art robots.
riscv-from-scratch - The code for the RISC-V from scratch blog post series.
awesome-mango-pi-mq-pro - A curated list of awesome MangoPi MQ-Pro images, tools and resources