Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

源码解析文档更新Lab1-Lab4 #79

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
40f86c8
docs(basic frame): init
Ayanami1314 Dec 12, 2024
8b2e06d
refactor(doc): test
Ayanami1314 Dec 12, 2024
2c08684
Merge branch 'main' of github.com:Ayanami1314/OS-Course-Lab
Ayanami1314 Dec 12, 2024
82691ba
Update github-pages.yml
Ayanami1314 Dec 14, 2024
3b1509d
ci(workflow): rm deploy related workflow and Lab1-5, release
Ayanami1314 Dec 14, 2024
4fc6dc1
ci(gitignore): before merge
Ayanami1314 Dec 14, 2024
0c75fa3
docs(dev): test
Ayanami1314 Dec 14, 2024
e9409bc
docs(Lab1): write Lab1 docs
Qiushao-E Dec 25, 2024
4907e74
Merge pull request #2 from llm-chcore-assit/dev/zsq
Qiushao-E Dec 26, 2024
f002ccc
docs: add the docs of lab1
Qiushao-E Dec 27, 2024
e5b6528
Merge pull request #3 from llm-chcore-assit/dev/zsq
Ayanami1314 Jan 6, 2025
7d0ef0a
docs: lab2 book implementation completed
Boardersmoved Jan 31, 2025
b76b590
docs: finish Lab2 book implementation
Boardersmoved Jan 31, 2025
353f621
Merge pull request #6 from Boardersmoved/foreverdream
Boardersmoved Jan 31, 2025
55f97e5
docs: finish Lab3 book implementation
Boardersmoved Feb 6, 2025
24ecb5c
Merge pull request #7 from Boardersmoved/foreverdream
Ayanami1314 Feb 6, 2025
bf28a6f
docs(typo fixing): fix some typing
Ayanami1314 Feb 6, 2025
44383ce
Merge branch 'SJTU-IPADS:main' into main
Ayanami1314 Feb 6, 2025
9db4525
feat(lab4): complete lab4 implementation
zhuolifeng Feb 11, 2025
22fd15a
Merge pull request #10 from zhuolifeng/zlf
Ayanami1314 Feb 11, 2025
c2f8495
docs(summary): add lack SUMMARY.md items
Ayanami1314 Feb 11, 2025
a58dc72
ci(gh-pages): update github-pages.yml
Ayanami1314 Feb 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/lab1.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/lab2.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/lab3.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/lab4.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/lab5.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/release.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/node_modules
/package-lock.json
/package.json
*.o
*.elf
*.img
Expand Down Expand Up @@ -48,4 +51,4 @@ book/
**mermaid**
**/index.html
compile_commands.json
.cache/
.cache/
10 changes: 10 additions & 0 deletions Pages/Appendix/source-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
文档写在Pages/Appendix/source-code的对应lab文件夹下面
外层的Lab0-5.md是整个Lab文件夹的"大纲"

本地运行:
```bash
mdbook-mermaid install .
mdbook serve
```
打开localhost:3000即可看到效果
push的时候也只改这个文件夹
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Appendix/source-code/Lab1/assets/book1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Appendix/source-code/Lab1/assets/book2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Appendix/source-code/Lab1/assets/book3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Appendix/source-code/Lab1/assets/book4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Appendix/source-code/Lab1/assets/book5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Appendix/source-code/Lab1/assets/pt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Appendix/source-code/Lab1/assets/pt2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading