(Simple Time-sharing system And Resource manager)
A monolithic Kernel/OS implementation for RISC-V. Targets 64 Bit.
Clone the project
git clone https://github.com/laniku/star.gitGo to the project directory
cd starGet OpenSBI (QEMU will fail if not downloaded)
curl -LO https://github.com/qemu/qemu/raw/v8.0.4/pc-bios/opensbi-riscv32-generic-fw_dynamic.binBuild & Run
./run.sh