# 操作系统 **Repository Path**: zhang-yu18/operating-system ## Basic Information - **Project Name**: 操作系统 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-05 - **Last Updated**: 2024-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![alt ](./nwpu.png) # 操作系统能力大赛内核赛-西北工业大学队作品仓库 本仓库中收录了历届大赛中西工大战队的优秀作品 # 文件说明 + `NPUcore_2021` : 2021届系统能力大赛中西工大队伍的最终作品,主体采用C语言 + `NPUcore_2022` : 2022届系统能力大赛中西工大队伍的最终作品,主体采用Rust语言 + `NPUcore_tutorial-master` : 操作系统课程的教材 打开往年的参赛作品后,请首先查看`README文件` # 其他 ## 1)大赛其他优秀作品 除了本校战队的作品外,还有许多其他院校的优秀作品,下附链接: ### 历届冠军队及优秀队作品列表 | 学校 | 队伍名称 | 比赛时间 | 链接 | | :-: | :-: | :-: | :-: | | 哈尔滨工业大学(深圳) | UltraOS | 2021 | https://gitlab.eduxiji.net/ultrateam/ultraos | | 华中科技大学 | 3Los | 2021 | https://gitlab.eduxiji.net/retrhelo/xv6-k210 | | 中国科学院大学 | 404小队 | 2021 | https://gitlab.eduxiji.net/HappyEric/oskernel2021-404 | | 北京航空航天大学 | 图漏图森破 | 2022 | https://gitlab.eduxiji.net/19373469/oskernel2022-x.git | | 西北工业大学 | NPUcore | 2022 | https://gitlab.eduxiji.net/2019301887/oskernel2022-npucore.git | | 清华大学 | Maturin | 2022 | https://gitlab.eduxiji.net/scPointer/maturin.git | | 哈尔滨工业大学(深圳) | FTL OS | 2022 | https://gitlab.eduxiji.net/DarkAngelEX/oskernel2022-ftlos.git | | 杭州电子科技大学 | 进击のOS | 2022 | https://gitlab.eduxiji.net/YzTz/os.git | | 哈尔滨工业大学(深圳) | OopS | 2022 | https://gitlab.eduxiji.net/ZYF_2001/oskernel2022-oops.git | | 西安交通大学 | PLNTRY | 2023 | https://gitlab.eduxiji.net/PLNTRY/OSKernel2023-umi | | 北京航空航天大学 | 种田队 | 2023 | https://gitlab.eduxiji.net/202310006101080/zhongtianos | | 北京理工大学 | Alien | 2023 | https://gitlab.eduxiji.net/202310007101563/Alien | | 哈尔滨工业大学(深圳) | Titanix | 2023 | https://gitlab.eduxiji.net/202318123101314/oskernel2023-Titanix | | 河南科技大学 | 你说对不队 | 2023 | https://gitlab.eduxiji.net/202310464101015/oskernel2023-byteos | ### 大赛完整排行榜链接(榜单顺序按队伍最终成绩从高到底) + 2021届: [内核赛道排行榜](https://compiler.educg.net/#/oldDetail?name=2021全国大学生计算机系统能力大赛操作系统设计赛-内核实现赛) + 2022届: https://compiler.educg.net/#/chDetail + 2023届: https://compiler.educg.net/#/index?TYPE=OS_G ## 2)操作系统课程实验 其他校也有许多优秀的操作系统课程,大家如有兴趣,可以选择适合自己的,下附链接: (其中的rcore即为ucore的Rust语言版本) | 学校 | 课程 | ISA | 主体语言 | 测试平台 | 链接 | | :-: | :-: | :-: | :-: | :-: | :-: | | 清华大学 | rcore | RISC-V | Rust | qemu、K210 | https://rcore-os.cn/rCore-Tutorial-Book-v3/ | | 清华大学 | ucore | RISC-V | C | qemu | https://learningos.github.io/uCore-Tutorial-Guide-2022S/ | | MIT | 6.S081 | RISC-V | C | qemu | https://pdos.csail.mit.edu/6.S081/2020/schedule.html | | MIT | 6.828 | x86 | C | qemu | https://pdos.csail.mit.edu/6.828/2018/schedule.html | rcore实验指导书仓库: https://learningos.github.io/rCore-Tutorial-Book-v3/