V0.1.6发行日志&更新构建系统文档 (#225)

1.更新构建系统文档
2.V0.1.6发行日志
This commit is contained in:
login
2023-04-02 18:52:00 +08:00
committed by GitHub
parent bacd691c9e
commit 52ab5d904e
6 changed files with 373 additions and 70 deletions

View File

@ -53,9 +53,10 @@
### 文件系统
- [x] VFS
- [x] fat32
- [x] devfs
- [x] rootfs
- [x] fat12/16/32
- [x] Devfs
- [x] RamFS
- [x] procfs
### 异常及中断处理
@ -103,6 +104,9 @@
- [x] local apic定时器
- [x] UART串口
- [x] VBE显示
- [x] VirtIO网卡
- [x] x87FPU
- [x] TTY终端
## 用户层