rCore-Tutorial-Book-v3 icon indicating copy to clipboard operation
rCore-Tutorial-Book-v3 copied to clipboard

rCore-Tutorial-Book-v3/chapter9/0intro

Open utterances-bot opened this issue 3 years ago • 6 comments

引言 — rCore-Tutorial-Book-v3 3.6.0-alpha.1 文档

https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter9/0intro.html

utterances-bot avatar Apr 21 '22 15:04 utterances-bot

请问一下,为什么make run没显示红框那个窗口

wakk3107 avatar Apr 21 '22 15:04 wakk3107

在ch9的commit记录中找到了未删除qemu的图形显示相关参数的提交:214898c 能正常运行gui_snake程序,注意窗口焦点要在命令行终端,程序才能收到wasd的输入

Aeolusw avatar May 24 '23 03:05 Aeolusw

从上图的~~右~~左上角可以看到为应用程序增加了 GUI 相关的新系统调用

chestNutLsj avatar Oct 14 '23 09:10 chestNutLsj

使用 qemu 的 GUI 功能前,需要先安装其 gui 模块,否则不会有图形显示窗口

sudo apt install qemu-system-gui

lighkLife avatar Nov 16 '23 15:11 lighkLife

希望再出一个virtio-net的教程

KouweiLee avatar Nov 22 '23 08:11 KouweiLee

编译qemu的时候加上 --enable-sdl 就可以生成支持gui的qemu-system-riscv64了

TL-SN avatar Jan 31 '24 12:01 TL-SN