Skip to content

Commit 8de3483

Browse files
committed
cler log
0 parents  commit 8de3483

File tree

451 files changed

+27620
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

451 files changed

+27620
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "mod"]
2+
path = mod
3+
url = https://github.com/BestLarry/OS-LAB.git

Exam/Operating System Review(1).pdf

2.83 MB
Binary file not shown.

Exam/exam.md

Lines changed: 67 additions & 0 deletions

Exam/exam2021.pdf

45.3 KB
Binary file not shown.

Exam/final_review01.pdf

12.7 MB
Binary file not shown.

Exam/final_review02.pdf

4.78 MB
Binary file not shown.

Exam/final_review03.pdf

8.02 MB
Binary file not shown.

Exam/final_review04.pdf

22.1 MB
Binary file not shown.

Exam/os_example_question2(1).pdf

784 KB
Binary file not shown.

Exam/os_excercise1.pdf

3.72 MB
Binary file not shown.

Exam/os_review2(1).pdf

5.08 MB
Binary file not shown.

Exam/os_review3(1).pdf

3.07 MB
Binary file not shown.

Operating System Quiz 1_0110.docx

1.12 MB
Binary file not shown.

Operating System Quiz 2_answer.docx

393 KB
Binary file not shown.

Operating System Quiz 3.docx

20.8 KB
Binary file not shown.

PPT/Linux内存管理.pdf

1.83 MB
Binary file not shown.

PPT/Linux内核.pdf

3.38 MB
Binary file not shown.

PPT/Linux文件系统(1).pdf

3.57 MB
Binary file not shown.

PPT/Linux系统调用(1).pdf

1.64 MB
Binary file not shown.

PPT/Linux进程管理(1).pdf

2.7 MB
Binary file not shown.

PPT/ch1(1).pdf

11.3 MB
Binary file not shown.

PPT/ch10(1).pdf

6.06 MB
Binary file not shown.

PPT/ch11(1).pdf

4.65 MB
Binary file not shown.

PPT/ch12(1).pdf

8.59 MB
Binary file not shown.

PPT/ch13(1).pdf

4.94 MB
Binary file not shown.

PPT/ch2(1).pdf

7.14 MB
Binary file not shown.

PPT/ch3(1).pdf

6.93 MB
Binary file not shown.

PPT/ch4(1).pdf

3.68 MB
Binary file not shown.

PPT/ch5 CPU调度算法.pdf

7.02 MB
Binary file not shown.

PPT/ch6 进程同步算法.pdf

8.07 MB
Binary file not shown.

PPT/ch7 进程死锁算法.pdf

2.47 MB
Binary file not shown.

PPT/ch8(1).pdf

7.96 MB
Binary file not shown.

PPT/ch9 内存换页机制.pdf

5.75 MB
Binary file not shown.

PPT/内核模块.pdf

686 KB
Binary file not shown.

PPT/内核进程调度算法.pdf

2.18 MB
Binary file not shown.

README.md

Lines changed: 7 additions & 0 deletions

clear.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
git checkout --orphan latest_branch
2+
git add -A
3+
git commit -am "cler log"
4+
git branch -D main
5+
git branch -m main
6+
git push -f origin main

lab/.DS_Store

8 KB
Binary file not shown.

lab/img/image-20211121144018338.png

36 KB

lab/img/translation.jpg

67.6 KB

0 commit comments

Comments
 (0)