A simple multitasking OS kernel

os-kernel preemptive-multitasking risc-v riscv32
1 Open Issue Need Help Last updated: Jun 27, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a GitHub Actions CI pipeline for the Linmo OS kernel. This involves setting up a workflow that automatically downloads the RISC-V GNU toolchain, builds the kernel, runs automated tests using QEMU, and checks the test results against expected outputs. The pipeline should be configured to run on pushes to the main branch and pull requests.

Complexity: 4/5
help wanted

A simple multitasking OS kernel

C
#os-kernel#preemptive-multitasking#risc-v#riscv32