1# V0.1.6 2 3:::{note} 4本文作者:龙进 <longjin@DragonOS.org> 5 6 72023年4月2日 8::: 9 10## 贡献者名单 11 12DragonOS V0.1.6版本由以下小伙伴贡献代码: 13 14- 龙进 <longjin@DragonOS.org> 15- 关锦权 <guanjinquan@DragonOS.org> 16- 苏琎韬 <sujintao@DragonOS.org> 17- 侯嘉滢 <houjiaying@DragonOS.org> 18- 吴宇健 <wuyujian@DragonOS.org> 19- Mork <91721145+MorkCarpenter@users.noreply.github.com> 20- WaferJay <17383312+WaferJay@users.noreply.github.com> 21- HoshuChiu <129569557+HoshuChiu@users.noreply.github.com> 22 23## 赞助者名单 24 25感谢以下同学的赞赏,我们将不断努力! 26 27- 万晓兰 28- David Wen 29- [Seele.Clover](https://github.com/seeleclover) 30- [FindWangHao](https://github.com/FindWangHao) 31- 叶锦毅 32- 林 33- Albert 34- [TerryLeeSCUT · GitHub](https://github.com/TerryLeeSCUT) 35- slientbard 36- 悟 37- 匿名热心人士 38 39## 更新内容-内核 40 41- softirq: 重构了软中断 (#223) 42- timer: 重构了系统定时器 (#223) 43- stdio: 新增tty设备,用于标准输入输出 (#202) (#217) 44- lib: 第一套键盘扫描码的状态机 (#216) (#219) 45- syscall: 新增dup,dup2系统调用 (#224) 46- syscall: 新增SystemError枚举类型,使得错误处理更清晰 (#205) 47- driver: 新增x87浮点处理器支持 (#212) 48- driver: VirtIO网卡能够正常发送、接收数据 (#204) 49- filesystem: 修正了FAT32判断逻辑,解决了文件系统为FAT12/16时系统无法正常启动的问题。 (#211) 50- filesystem: 新增VFS文档,以及修改文档配置 (#209) 51- textui: 修复由于textui加锁,更改了preempt_count导致“进程长时间连续输出字符”的情况下,进程调度器不运行的问题。 (#203) 52- scheduler: 解决由于在中断上下文以外,sched_enqueue时,未关中断导致cpu_queue双重加锁的问题 (#201) 53 54 55## 更新内容-用户环境 56 57### 新增仓库 58 59- 新增子项目:[dsc](https://github.com/DragonOS-Community/dsc.git) 60- 移植relibc: [DragonOS-relibc](https://github.com/DragonOS-Community/relibc.git) 61 62## 更新内容-其他 63 64- build: 添加了qemu使用VNC作为图像输出的选项 (#222) 65 66## 更新内容-软件移植 67 68无 69 70## 源码、发布版镜像下载 71 72  您可以通过以下方式获得源代码: 73 74### 通过Git获取 75 76- 您可以访问[https://github.com/DragonOS-Community/DragonOS/releases](https://github.com/DragonOS-Community/DragonOS/releases)下载发布版的代码,以及编译好的,可运行的磁盘镜像。 77- 我们在gitee上也有镜像仓库可供下载:[https://gitee.com/DragonOS/DragonOS](https://gitee.com/DragonOS/DragonOS) 78 79### 通过DragonOS软件镜像站获取 80 81  为解决国内访问GitHub慢、不稳定的问题,同时为了方便开发者们下载DragonOS的每个版本的代码,我们特意搭建了镜像站,您可以通过以下地址访问镜像站: 82 83  您可以通过镜像站获取到DragonOS的代码压缩包,以及编译好的可运行的磁盘镜像。 84 85- [https://mirrors.DragonOS.org](https://mirrors.DragonOS.org) 86- [https://mirrors.DragonOS.org.cn](https://mirrors.DragonOS.org.cn) 87- 国内镜像加速: [https://mirrors.ringotek.cn/] (https://mirrors.ringotek.cn/) 88 89## 开放源代码声明 90 91 92:::{note} 93为促进DragonOS项目的健康发展,DragonOS以GPLv2开源协议进行发布。所有能获得到DragonOS源代码以及相应的软件制品(包括但不限于二进制副本、文档)的人,都能享有我们通过GPLv2协议授予您的权利,同时您也需要遵守协议中规定的义务。 94 95这是一个相当严格的,保护开源软件健康发展,不被侵占的协议。 96 97对于大部分的善意的人们而言,您不会违反我们的开源协议。 98 99我们鼓励DragonOS的自由传播、推广,但是请确保所有行为没有侵犯他人的合法权益,也没有违反GPLv2协议。 100 101请特别注意,对于违反开源协议的,尤其是**商业闭源使用以及任何剽窃、学术不端行为将会受到严肃的追责**。(这是最容易违反我们的开源协议的场景)。 102 103并且,请注意,按照GPLv2协议的要求,基于DragonOS修改或二次开发的软件,必须同样采用GPLv2协议开源,并标明其基于DragonOS进行了修改。亦需保证这些修改版本的用户能方便的获取到DragonOS的原始版本。 104 105您必须使得DragonOS的开发者们,能够以同样的方式,从公开渠道获取到您二次开发的版本的源代码,否则您将违反GPLv2协议。 106 107关于协议详细内容,还敬请您请阅读项目根目录下的**LICENSE**文件。请注意,按照GPLv2协议的要求,**只有英文原版才具有法律效力**。任何翻译版本都仅供参考。 108::: 109 110### 开源软件使用情况 111 112  DragonOS在开发的过程中,参考了一些开源项目的设计,或者引入了他们的部分代码,亦或是受到了他们的启发。现将他们列在下面。我们对这些开源项目的贡献者们致以最衷心的感谢! 113 114格式:<项目名> - <链接> - <开源协议> 115 116- Linux - https://git.kernel.org/ - GPLv2 117- skiftOS - https://github.com/skiftOS/skift - MIT 118- FYSOS - https://github.com/fysnet/FYSOS - [FYSOS' License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 119- LemonOS - https://github.com/LemonOSProject/LemonOS.git - BSD 2-Clause License 120- LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 121- SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license 122- MINE - 《一个64位操作系统的设计与实现》田宇; 人民邮电出版社 123- chcore - 《现代操作系统:设计与实现》陈海波,夏虞斌; 机械工业出版社 124- SimpleKernel - https://github.com/Simple-XX/SimpleKernel - MIT 125- rcore-fs - https://github.com/rcore-os/rcore-fs.git - MIT 126- redox - https://gitlab.redox-os.org/redox-os/redox - MIT 127 128## 当前版本的所有提交记录 129 130```text 131commit bacd691c9ef0502b5cc618aad50517f9e59df5e0 132Author: login <longjin@DragonOS.org> 133Date: Sun Apr 2 17:09:33 2023 +0800 134 135 软中断&定时器重构 (#223) 136 137 * 软中断&定时器重构 138 139 Co-authored-by: houmkh<houjiaying@DragonOS.org> 140 141 * 修改timer的clock() 142 143 * 删除debug信息 144 145 --------- 146 147 Co-authored-by: houmkh <1119644616@qq.com> 148 149commit 6d345b774223b0daaf0ee629c7fb595a1912a9e2 150Author: HoshuChiu <129569557+HoshuChiu@users.noreply.github.com> 151Date: Sun Apr 2 15:55:24 2023 +0800 152 153 添加了qemu使用VNC作为图像输出的选项 (#222) 154 155 * 添加了qemu使用VNC作为图像输出的选项 156 157 * 设置vnc端口为5900 158 159 --------- 160 161 Co-authored-by: longjin <longjin@RinGoTek.cn> 162 163commit 2b771e32f5795e0fdda458e3bb2651ef6b9673ac 164Author: Gou Ngai <sujintao@dragonos.org> 165Date: Sun Apr 2 15:43:53 2023 +0800 166 167 Add dup,dup2 (#224) 168 169 * dup,dup2 170 171 * fix: sys_dup2语义与posix不一致的问题 172 173 --------- 174 175 Co-authored-by: longjin <longjin@RinGoTek.cn> 176 177commit d7b31a969ff091224a4929496f0278d024f78c77 178Author: Gou Ngai <sujintao@dragonos.org> 179Date: Fri Mar 31 18:23:58 2023 +0800 180 181 Patch keyboard capslock alt (#219) 182 183 * keyboard-alt-capslock 184 185 * 解决键盘输入'%'字符的时候无法回显的bug 186 187 --------- 188 189 Co-authored-by: longjin <longjin@RinGoTek.cn> 190 191commit 20e3152e1eea97f87d644c3023391e172bc83c93 192Author: login <longjin@DragonOS.org> 193Date: Fri Mar 31 12:54:37 2023 +0800 194 195 将TTY与stdio进行连接,实现基本的stdio功能 (#217) 196 197 * 将stdio与tty接上 198 199commit 5fb12ce447710edf8566f250655a06cb27519fca 200Author: Gou Ngai <sujintao@dragonos.org> 201Date: Thu Mar 30 18:19:02 2023 +0800 202 203 第一套键盘扫描码的状态机 (#216) 204 205 第一套键盘扫描码的状态机 206 --------- 207 208 Co-authored-by: guanjinquan <1666320330@qq.com> 209 Co-authored-by: longjin <longjin@RinGoTek.cn> 210 211commit 676b8ef62e1a0a1e52d65b40c53c1636a2954040 212Author: Mork <91721145+MorkCarpenter@users.noreply.github.com> 213Date: Wed Mar 29 21:24:11 2023 +0800 214 215 部分函数从返回值为Result<<>,i32>修改为Result<<>,SystemError> (#210) 216 217 * 将Result<<>,i32>替换为Result<<>,SystemError> 218 * bugfix: 显示双缓冲区初始化的时候,连续注册了两次Video Softirq的问题。 219 220 Co-authored-by: longjin <longjin@RinGoTek.cn> 221 222commit 64aea4b3494bee7375e1c1ee5739c9fab0db0cb7 223Author: Gou Ngai <sujintao@dragonos.org> 224Date: Tue Mar 28 20:44:26 2023 +0800 225 226 增加x87FPU支持 (#212) 227 228 * remove `ret_from_syscall` 229 *修复ps2键盘驱动程序inode在进程fork的时候导致死锁的问题. 230 *更新: VFS每次拷贝文件描述符的时候,都会去调用inode的open函数 231 232 --------- 233 234 Co-authored-by: longjin <longjin@RinGoTek.cn> 235 236commit 2286eda6526ed1b46afd79b47dc701034b9e903d 237Author: WaferJay <17383312+WaferJay@users.noreply.github.com> 238Date: Mon Mar 27 09:32:43 2023 +0800 239 240 修正了FAT32判断逻辑,解决了文件系统为FAT12/16时系统无法正常启动的问题。 (#211) 241 242 * fix(fat): fix determination of fat type casue crash if fs is fat12/16 243 244 * refactor(fat): split BiosParameterBlock.validate() into BiosParameterBlockFAT32.validate() and BiosParameterBlockLegacy.validate() 245 246 * 调整“最大允许的簇号”的常量放置的位置。 247 248 --------- 249 250 Co-authored-by: longjin <longjin@RinGoTek.cn> 251 252commit 45b8371173b070028457f7ee64be33f68b4f9ada 253Author: login <longjin@DragonOS.org> 254Date: Sat Mar 25 14:51:16 2023 +0800 255 256 新增VFS文档,以及修改文档配置 (#209) 257 258 * 1.新增vfs设计文档 259 2.修改文档版权标志为"2022-2023, DragonOS Community" 260 3.修改电脑版文档页面的宽度为90% 261 262 * layout.html末尾加空行 263 264commit 73c607aaddf6e4634cad179a81d3f1bc589f7220 265Author: YJwu2023 <119829947+YJwu2023@users.noreply.github.com> 266Date: Sat Mar 18 20:43:37 2023 +0800 267 268 VirtIO网卡能够正常发送、接收数据 (#204) 269 270 * virtio-net小修改 271 272 * 移动volatile.rs到libs文件夹 273 274 * 使用virtio-drivers 0.3.0 275 276 * bugfix: 初始化BAR之后,未正确设置command register的问题 277 278 279 --------- 280 281 Co-authored-by: longjin <longjin@dragonos.org> 282 283commit 4454d1a2dd1f1078750151c028a794cfd9a04a1b 284Author: login <longjin@DragonOS.org> 285Date: Sat Mar 18 20:26:05 2023 +0800 286 287 新增SystemError枚举类型,使得错误处理更清晰 (#205) 288 289commit 0d48c3c9c21a2dd470d0e1e58b507db60e0887bb 290Author: login <longjin@DragonOS.org> 291Date: Thu Mar 16 19:48:59 2023 +0800 292 293 new: tty设备(尚未与stdio接上) (#202) 294 295commit 790d45764090bce3bbfb96b42b2818100a8cef9a 296Author: login <longjin@DragonOS.org> 297Date: Wed Mar 15 11:42:41 2023 +0800 298 299 修复由于textui加锁,更改了preempt_count导致“进程长时间连续输出字符”的情况下,进程调度器不运行的问题。 (#203) 300 301commit c2e757d8cbeed01b16f48bea48ed8447685e6f1a 302Author: login <longjin@DragonOS.org> 303Date: Mon Mar 13 22:22:23 2023 +0800 304 305 解决由于在中断上下文以外,sched_enqueue时,未关中断导致cpu_queue双重加锁的问题 (#201) 306 307```