mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
graphics: arm -M virt does have graphics actually
This commit is contained in:
2
run
2
run
@@ -259,6 +259,7 @@ ${qemu_common} \
|
||||
-M virt \\
|
||||
-append '${root} ${extra_append}' \\
|
||||
-cpu cortex-a15 \\
|
||||
-device virtio-gpu-pci \\
|
||||
-kernel '${images_dir}/zImage' \\
|
||||
${extra_flags} \
|
||||
"
|
||||
@@ -272,6 +273,7 @@ ${qemu_common} \
|
||||
-M virt \\
|
||||
-append '${root} ${extra_append}' \\
|
||||
-cpu cortex-a57 \\
|
||||
-device virtio-gpu-pci \\
|
||||
-kernel '${images_dir}/Image' \\
|
||||
${extra_flags} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user