File tree 6 files changed +30
-2
lines changed
6 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v2
23
23
24
24
- 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
26
26
# && mkdir build && cp -r lec[1-9]*/figs build/
27
27
28
28
- name : Marp Build (docs folder)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ backgroundColor: white
23
23
24
24
## 2024 春季
25
25
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 )
27
27
28
28
---
29
29
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments