Skip to content

Commit

Permalink
Merge pull request #26 from ToolmanP/main
Browse files Browse the repository at this point in the history
docs: enhance README.md
  • Loading branch information
ToolmanP authored Sep 7, 2024
2 parents 3daeb07 + 9f1531e commit db64155
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"twxs.cmake",
"dan-c-underwood.arm"
]
}
},
"postCreateCommand": "bash Scripts/gendeps.sh"
}
}
1 change: 1 addition & 0 deletions Assets/docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Pages/Lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

本实验作为 ChCore 操作系统课程实验的第一个实验,分为三个部分。

1. [RTFSC](../Lab1/RTFSC.html): 代码导读,由于是Lab1,我们主要注重于Chcore的构建系统,这部分没有习题。
2. [机器启动](../Lab1/boot.html):介绍aarch64结构启动时的关键寄存器以及关键的启动函数。
3. [页表配置](../Lab1/pte.html):介绍aarch64页表结构,以及针对树莓派3平台的内存布局编写页表配置。
1. [RTFSC](./Lab1/RTFSC.html): 代码导读,由于是Lab1,我们主要注重于Chcore的构建系统,这部分没有习题。
2. [机器启动](./Lab1/boot.html):介绍aarch64结构启动时的关键寄存器以及关键的启动函数。
3. [页表配置](./Lab1/pte.html):介绍aarch64页表结构,以及针对树莓派3平台的内存布局编写页表配置。

> [!IMPORTANT] 调试指北
> 在开始实验之前,请务必读完[调试指北](./Appendix/kernel-debugging.html),以帮助你快速上手调试。
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# IPADS OS Course Lab Manual

[![GitHub Pages](https://github.com/SJTU-IPADS/OS-Course-Lab/actions/workflows/github-pages.yml/badge.svg)](https://sjtu-ipads.github.io/OS-Course-Lab/)
[![Github License](https://img.shields.io/github/license/SJTU-IPADS/OS-Course-Lab)](https://github.com/SJTU-IPADS/OS-Course-Lab/blob/main/LICENSE)
[![Github Releases](https://img.shields.io/github/v/release/SJTU-IPADS/OS-Course-Lab)](https://github.com/SJTU-IPADS/OS-Course-Lab/releases/latest)
[![Github Issues](https://img.shields.io/github/issues/SJTU-IPADS/OS-Course-Lab)](https://github.com/SJTU-IPADS/OS-Course-Lab/issues)

[![forthebadge](Assets/docs.svg)](https://sjtu-ipads.github.io/OS-Course-Lab/)
[![forthebadge cc-nc-sa](http://ForTheBadge.com/images/badges/cc-nc-sa.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0)

> [!WARNING]
> 本实验仓库正在进行重构升级,请优先使用各个分支下的代码进行实验,main分支的代码目前并不保证运行正常。本条目将在维护完成后删除。
Expand Down Expand Up @@ -53,3 +59,4 @@ Tutorial: <https://www.bilibili.com/video/BV1AS421N7rU/>
## Lab6:GUI

该实验将详细介绍ChCore上基于Wayland的GUI系统的运行原理,包括Wayland通信协议和Wayland Compositor,并且要求读者在了解基于Wayland的GUI系统运行原理的基础上,基于ChCore的GUI框架编写自己的具有GUI界面的APP。

0 comments on commit db64155

Please sign in to comment.