We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i run the system in virtio legacy mode with export VIRTIO_LEGACY=y command. Should we add a build option for this?
export VIRTIO_LEGACY=y
or we can run this make run VIRTIO_LEGACY=y
make run VIRTIO_LEGACY=y
The text was updated successfully, but these errors were encountered:
You mean you want to edit QEMU options (e.g. $VIRTIO_LEGACY, $SMP, $GUI) in make menuconfig?
$VIRTIO_LEGACY
$SMP
$GUI
make menuconfig
Sorry, something went wrong.
yes just i think to it should be in menuconfig or? for ease of running
Sounds good to me. I added this feature to the backlog. Thank you!
No branches or pull requests
i run the system in virtio legacy mode with
export VIRTIO_LEGACY=y
command. Should we add a build option for this?or we can run this
make run VIRTIO_LEGACY=y
The text was updated successfully, but these errors were encountered: