4
1
mirror of https://github.com/DragonOS-Community/DragonOS.git synced 2025-06-21 06:36:31 +00:00

feat: 添加serial console,支持non-graphic启动 (#947)

Signed-off-by: longjin <longjin@dragonos.org>
This commit is contained in:
LoGin
2024-10-01 11:35:48 +08:00
committed by GitHub
parent 103f13024b
commit d031d46fd9
27 changed files with 780 additions and 292 deletions

@ -242,6 +242,7 @@ make run-docker
- Docker编译并写入磁盘镜像,: `make docker`
- Docker编译写入磁盘镜像并在QEMU中运行: `make run-docker`
- 不编译,直接从已有的磁盘镜像启动: `make qemu`
- 不编译,直接从已有的磁盘镜像启动(无图形模式): `make qemu-nographic`
- 清理编译产生的文件: `make clean`
- 编译文档: `make docs` 需要手动安装sphinx以及docs下的`requirements.txt`中的依赖)
- 清理文档: `make clean-docs`