2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00
2026-01-27 20:58:23 +01:00

Running the RTOS

This repositiory contains prototypical RISC-V implementation of ThreadX designed to run on the RISC-V VP by MINRES (tested on commit 1b5585).

Building the RTOS

Two presets are provided, targetting RV32GC and RV64GC.

Running on the VP

A run command can look like this:

riscv-vp --isa=rv64gc_m -f build/Debug/main.elf

What is running?

The current implementation is just a demo, taken from the existing threadx qemu implementation.

Description
No description provided
Readme 642 KiB
Languages
C 64.5%
Assembly 28.8%
CMake 6.6%
Shell 0.1%