Yet Another System author:yuwang version:0 contact: issues of this repository About 这是一个实时操作系统,运行在risc-v系统上,目前包含的功能有任务调度,同步,内存管理 How to build 首先需要下载riscv-tools项目,按照该项目的步骤完成后需要配置一些环境变量,能够直接在bash中运行riscv64-unknown-elf-gcc等命令,之后只需执行make How to use 参考main.c的例子 design ideas //TODO