Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu committed Sep 27, 2022
1 parent ef4e087 commit 84bcc03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# oscomp-kernel

## 基于2022全国大学生OS比赛内核赛道的训练邀请
- [点击:创建内核赛道的训练repo](https://classroom.github.com/a/vk-D9SrL)

## 内核赛道OS训练repo说明

> 目前支持 os 比赛相关测例的测试,采用形式与 os 比赛相同,选手需要在根目录添加一个 Makefile 文件,使用 make all 命令在根目录生成 sbi-qemu 和 kernel-qemu 两个文件,由评测机自动执行。
一个基本的能运行的 `demo`[https://github.com/yfblock/oscomp-kernel-example](https://github.com/yfblock/oscomp-kernel-example)
Expand Down Expand Up @@ -31,4 +36,4 @@ qemu-system-riscv64 \
- 内核执行时间为 `5` 分钟
- 内核可用内存大小为 `2G`
- 只有 `main` 分支的提交可以被评测机处理
- 评测机在初次运行时需要编译 `qemu`,可能需要花费一些时间,请耐心等待
- 评测机在初次运行时需要编译 `qemu`,可能需要花费一些时间,请耐心等待

0 comments on commit 84bcc03

Please sign in to comment.