mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 20:44:11 +00:00
30b3ad218f
This driver should be better suited for VirtIO based board like qemu_virt.
10 lines
347 B
Plaintext
10 lines
347 B
Plaintext
-m 2048
|
|
-global virtio-mmio.force-legacy=false
|
|
-device virtio-net-device,bus=virtio-mmio-bus.0,netdev=net0
|
|
-device virtio-mouse-device
|
|
-device virtio-keyboard-device
|
|
-device virtio-gpu-device
|
|
-netdev user,id=net0
|
|
arm_v8a: -M virt,virtualization=true,gic-version=3 -cpu cortex-a53 -smp 4
|
|
arm_v7a: -M virt,virtualization=true -cpu cortex-a15 -smp 2
|