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:
Makefile
docs/introduction
kernel/src
arch
driver
serial
tty
console.rskthread.rs
pty
termios.rstty_core.rstty_device.rstty_driver.rstty_ldisc
tty_port.rsvirtual_terminal
video
exception
filesystem
devpts
libs
process
tools
@ -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`
|
||||
|
Reference in New Issue
Block a user