:doc: update README.md

This commit is contained in:
fslongjin 2022-03-22 18:05:07 +08:00
parent 08fa7b5358
commit 225cda75c5
2 changed files with 14 additions and 8 deletions

View File

@ -34,16 +34,20 @@ grub==2.06
- [x] SLAB内存池
- [x] 键盘、鼠标驱动
- [x] PS/2 键盘、鼠标驱动
- [x] PCI 总线驱动
- [ ] usb驱动
- [ ] 硬盘驱动
- [ ] SATA硬盘驱动
- [ ] 驱动程序框架
- [ ] 网卡驱动
- [ ] 网络协议栈
- [ ] 图形驱动
- [x] 第一个进程

View File

@ -10,11 +10,9 @@ This project is a operating system running on computer which is in X86_ 64 Archi
GCC>=8.0
bochs==2.7
qemu==6.2
bximage
<u>Sorry, DragonOS can't run properly on QEMU virtual machine at present.</u>
grub==2.06
## How to run?
@ -36,16 +34,20 @@ bximage
- [x] SLAB memory pool
- [x] Keyboard and mouse driver
- [x] PS/2 Keyboard and mouse driver
- [x] PCI bus driver
- [ ] USB Driver
- [ ] Hard disk driver
- [ ] SATA Hard disk driver
- [ ] Driver Framework
- [ ] Network card driver
- [ ] Internet protocol stack
- [ ] Graphics driver
- [x] First process