Add v0.1.3 changelog (#143)

* new: 0.1.3发行日志

* 新增输出指定时间范围内的贡献者名单的脚本

* 更新bootloader文档

* update: 简介文档

* new: 镜像站文档

* update: 功能特性文档
This commit is contained in:
login
2023-01-08 15:06:52 +08:00
committed by GitHub
parent fd91905f02
commit 9358ff0f6f
8 changed files with 540 additions and 8 deletions

View File

@ -48,6 +48,7 @@
### IPC
- [x] 匿名pipe管道
- [x] signal信号
### 文件系统
@ -119,3 +120,11 @@
### 驱动程序
- [x] ps/2键盘用户态驱动
## 软件移植
- [x] GCC 11.3.0 暂时只支持了x86_64的Cross Compiler[https://github.com/DragonOS-Community/gcc](https://github.com/DragonOS-Community/gcc)
- [x] binutils 2.38暂时只支持了x86_64的Cross Compiler[https://github.com/DragonOS-Community/binutils](https://github.com/DragonOS-Community/binutils)
- [x] gmp 6.2.1 [https://github.com/DragonOS-Community/gmp-6.2.1](https://github.com/DragonOS-Community/gmp-6.2.1)
- [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)

View File

@ -1,10 +1,12 @@
DragonOS简介
====================================
DragonOS龙操作系统以下简称“DragonOS”是一个基于x86-64体系结构开发的基于GPLv2协议开放源代码的64位操作系统
DragonOS龙操作系统以下简称“DragonOS”是一个面向服务器领域的从0开发内核及用户态环境并提供Linux兼容性的64位操作系统。它使用Rust与C语言进行编写并正在逐步淘汰原有的C代码以在将来提供更好的安全性与可靠性。
DragonOS的目标是构建一个完全独立自主的、开源的、高性能及高可靠性的服务器操作系统为国家数字基础设施建设提供完全独立自主的底层核心动力。
作为一个社区驱动的开源操作系统为了促进其发展避免让其遭受一些不遵守开源协议的商业公司的侵权我们决定使用GPLv2协议开放源代码以严格的开源协议来保护DragonOS。
你可能对DragonOS中已经实现了哪些功能感兴趣您可以转到这里:ref:`功能特性 <_genreal_features>`
.. toctree::

View File

@ -0,0 +1,6 @@
# DragonOS镜像站
您可以从以下镜像站下载到DragonOS的源代码和其他文件
- [DragonOS镜像站](https://mirrors.dragonos.org/)
- [DragonOS国内镜像站 (RingoTek)](https://mirrors.RinGoTek.cn)