mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
Add v0.1.3 changelog (#143)
* new: 0.1.3发行日志 * 新增输出指定时间范围内的贡献者名单的脚本 * 更新bootloader文档 * update: 简介文档 * new: 镜像站文档 * update: 功能特性文档
This commit is contained in:
@ -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)
|
||||
|
@ -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::
|
||||
|
6
docs/introduction/mirrors.md
Normal file
6
docs/introduction/mirrors.md
Normal file
@ -0,0 +1,6 @@
|
||||
# DragonOS镜像站
|
||||
|
||||
您可以从以下镜像站下载到DragonOS的源代码和其他文件:
|
||||
|
||||
- [DragonOS镜像站](https://mirrors.dragonos.org/)
|
||||
- [DragonOS国内镜像站 (RingoTek)](https://mirrors.RinGoTek.cn)
|
Reference in New Issue
Block a user