Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use qemu's GUI support in interactive mode #446

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

Googulator
Copy link
Collaborator

Previously, there was no way to access the additional consoles in qemu mode, due to qemu running in -nographic mode with a serial console. This is perfectly fine in non-interactive mode, but we can make interactive mode more usable by using a graphical console like on bare metal.

Also drop -no-reboot from interactive mode, since rebooting (e.g. to load a newly compiled kernel) makes sense in this case.

Previously, there was no way to access the additional consoles in
qemu mode, due to qemu running in -nographic mode with a serial
console. This is perfectly fine in non-interactive mode, but we can
make interactive mode more usable by using a graphical console like
on bare metal.

Also drop -no-reboot from interactive mode, since rebooting (e.g.
to load a newly compiled kernel) makes sense in this case.
@stikonas stikonas merged commit 4737ab7 into fosslinux:master Feb 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants