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)