新增VFS文档,以及修改文档配置 (#209)

* 1.新增vfs设计文档
2.修改文档版权标志为"2022-2023, DragonOS Community"
3.修改电脑版文档页面的宽度为90%

* layout.html末尾加空行
This commit is contained in:
login
2023-03-25 14:51:16 +08:00
committed by GitHub
parent 73c607aadd
commit 45b8371173
10 changed files with 176 additions and 18 deletions

View File

@ -146,7 +146,7 @@ sudo chown $USR /dev/kvm
  假设您的计算机上已经安装了git您可以通过以下命令获得DragonOS的最新的源代码
```shell
git clone https://github.com/fslongjin/DragonOS
git clone https://github.com/DragonOS-Community/DragonOS
cd DragonOS
```