Skip to content

Commit 8180095

Browse files
2 parents 667d1ef + 7846b35 commit 8180095

File tree

6 files changed

+30
-2
lines changed

6 files changed

+30
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323

2424
- name: Setup Source
25-
run: mkdir docs && cp os-lecs.md docs/index.md && cp -r lec[1-9]* docs && cp course-intro.md docs/course-intro.md && cp lecs-preview.md docs/lecs-preview.md && cp labs-intro.md docs/labs-intro.md && cp -r oslabs docs
25+
run: mkdir docs && cp os-lecs.md docs/index.md && cp -r lec[1-9]* docs && cp course-intro.md docs/course-intro.md && cp lecs-preview.md docs/lecs-preview.md && cp labs-intro.md docs/labs-intro.md && cp oslabs/bachelor-projects.md docs && cp -r oslabs docs
2626
# && mkdir build && cp -r lec[1-9]*/figs build/
2727

2828
- name: Marp Build (docs folder)

os-lecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ backgroundColor: white
2323

2424
## 2024 春季
2525

26-
[幻灯片列表](https://www.yuque.com/xyong-9fuoz/qczol5/glemuu?) -- [简介](./course-intro.html) -- [课前准备](./lecs-preview.html) -- [思维导图](https://chyyuu.github.io/test2/oscourse.html) -- [实验](./labs-intro.html)
26+
[幻灯片列表](https://www.yuque.com/xyong-9fuoz/qczol5/glemuu?) -- [简介](./course-intro.html) -- [课前准备](./lecs-preview.html) -- [思维导图](https://chyyuu.github.io/test2/oscourse.html) -- [实验](./labs-intro.html) -- [毕设](./bachelor-projects.html)
2727

2828
---
2929

oslabs/bachelor-projects.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
marp: true
3+
theme: default
4+
paginate: true
5+
_paginate: false
6+
header: ''
7+
footer: ''
8+
backgroundColor: white
9+
style: @import url('https://unpkg.com/tailwindcss@^2/dist/utilities.min.css');
10+
11+
---
12+
13+
# 本科毕设项目
14+
- [monoRCore 模块化操作系统的设计与完善:2023](https://github.com/LearningOS/rCore-Tutorial-v3-with-page-replacement-and-sched-algorithms)
15+
- [毕设论文和答辩报告等](https://github.com/LearningOS/rCore-Tutorial-v3-with-page-replacement-and-sched-algorithms/tree/main/thesis-docs)
16+
- [rCore-Tutorial 操作系统中进程调度算法的设计与实现: 2022](https://github.com/chyyuu/rCore-Tutorial-v3-sched-algorithms)
17+
- [毕设论文和答辩报告等](https://github.com/chyyuu/rCore-Tutorial-v3-sched-algorithms/tree/main/thesis-docs)
18+
- [rCore-Tutorial 页面置换算法与多核同步互斥机制: 2022](https://github.com/LearningOS/rCore-Tutorial-v3-dev-PRA)
19+
- [毕设论文和答辩报告等](https://github.com/LearningOS/rCore-Tutorial-v3-dev-PRA/tree/main/thesis-docs)
20+
- [zCore操作系统内核的设计与实现:2020](https://github.com/rcore-os/zcore)
21+
- [毕设论文和答辩报告等](https://github.com/LearningOS/bachelor-thesis/blob/main/pql-thesis.pdf)
22+
- [Rust语言操作系统的设计与实现:2019](https://github.com/rcore-os/rCore)
23+
- [毕设论文和答辩报告等](https://github.com/LearningOS/bachelor-thesis/blob/main/wrj-thesis.pdf)

oslabs/biglab-projects-2024s.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 2024年春季OS课中正在进行的大实验
2+
- [kernel-fuzzing](https://github.com/LearningOS/osbiglab-2024s-fuzzingkernel)
3+
- [filesystem-model-checking](https://github.com/LearningOS/osbiglab-2024s-fuzzingfilesystem)
4+
- [kernel-verification](https://github.com/LearningOS/osbiglab-2024s-verifyingkernel)
5+
- [npu-driver](https://github.com/LearningOS/osbiglab-2024s-npudrv)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)