Skip to content
Snippets Groups Projects
Verified Commit 8d53d718 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Support aarch64 GUI

parent d6a7d6b4
No related branches found
No related tags found
No related merge requests found
Pipeline #11807 passed
......@@ -18,15 +18,13 @@ else ifeq ($(ARCH),aarch64)
efi=yes
kvm=no
live=yes
#TODO: support vga
vga=no
QEMU_ARCH=aarch64
QEMU_MACHINE=virt
QEMU_CPU=max
QEMU_EFI=/usr/share/AAVMF/AAVMF_CODE.fd
QEMUFLAGS+=-smp 1 -m 2048
ifneq ($(vga),no)
QEMUFLAGS+=-device virtio-gpu-pci
QEMUFLAGS+=-device ramfb
endif
ifneq ($(usb),no)
QEMUFLAGS+=-device usb-ehci -device usb-kbd -device usb-mouse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment