mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
Patch add 0.1.8 changelog (#334)
* 删除无用代码,并把about app的版本号更新为0.1.8 * v0.1.8 changelog * 修正未安装rust-src的问题 * 完善文档
This commit is contained in:
@ -19,7 +19,9 @@ cd DragonOS
|
||||
```
|
||||
|
||||
:::{warning}
|
||||
DragonOS的源代码托管在Github上,但是,由于Github在国内的访问速度较慢,因此,我们建议您在github上绑定您的电脑的**ssh公钥**,
|
||||
DragonOS的源代码托管在Github上,但是,由于Github在国内的访问速度较慢。可能出现克隆失败的情况,这时只要重试即可。
|
||||
|
||||
当然,我们建议您在github上绑定您的电脑的**ssh公钥**,
|
||||
然后通过以下命令来克隆代码,防止频繁出现git clone、pull、push失败的情况。
|
||||
|
||||
```shell
|
||||
|
@ -90,6 +90,7 @@
|
||||
- [x] 屏幕管理器
|
||||
- [x] textui框架
|
||||
- [x] CRC函数库
|
||||
- [x] 通知链
|
||||
|
||||
### 系统调用
|
||||
|
||||
@ -144,3 +145,4 @@
|
||||
- [x] mpfr 4.1.1 [https://github.com/DragonOS-Community/mpfr](https://github.com/DragonOS-Community/mpfr)
|
||||
- [x] mpc 1.2.1 [https://github.com/DragonOS-Community/mpc](https://github.com/DragonOS-Community/mpc)
|
||||
- [x] relibc [https://github.com/DragonOS-Community/relibc](https://github.com/DragonOS-Community/relibc)
|
||||
- [x] sqlite3
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
您可以从以下镜像站下载到DragonOS的源代码和其他文件:
|
||||
|
||||
- [DragonOS镜像站](https://mirrors.dragonos.org/)
|
||||
- [DragonOS镜像站 https://mirrors.dragonos.org/](https://mirrors.dragonos.org/)
|
||||
- [DragonOS国内镜像站 (RinGoTek)](https://mirrors.RinGoTek.cn)
|
||||
- [git镜像站](https://git.mirrors.dragonos.org/)
|
||||
|
Reference in New Issue
Block a user