Open Issues Need Help
View All on GitHub Enable CI via GitHub Actions 2 months ago
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