nuta / resea

A microkernel-based hackable operating system.
Other
517 stars 28 forks source link

Build option for VIRTIO_LEGACY #24

Open milisarge opened 3 years ago

milisarge commented 3 years ago

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

nuta commented 3 years ago

You mean you want to edit QEMU options (e.g. $VIRTIO_LEGACY, $SMP, $GUI) in make menuconfig?

milisarge commented 3 years ago

yes just i think to it should be in menuconfig or? for ease of running

nuta commented 3 years ago

Sounds good to me. I added this feature to the backlog. Thank you!