initial commit

This commit is contained in:
2026-01-27 20:45:47 +01:00
commit 1e5eb44ca9
53 changed files with 11048 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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:
```bash
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.