From b1c3b3703dab3635af772b7476bb185d87066f88 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 14 Nov 2021 03:24:47 +0100 Subject: xorg-server: update to latest modesetting driver is included. Tested with Qemu -std vga. --- target/x86_64/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/x86_64') diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile index 654ab0247..11560a861 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -9,14 +9,14 @@ KERNEL:=$(LINUX_DIR)/arch/x86/boot/bzImage QEMU_ARCH:=x86_64 -QEMU_ARGS:=-M pc +QEMU_ARGS:=-M pc -m 256 ifeq ($(ADK_PACKAGE_GRUB_EFI_X86_64),y) QEMU_ARGS+=-L . -bios bios-x86_64.bin endif QEMU_ARGS+=${ADK_QEMU_ARGS} QEMU_ARGS+=-net user -net nic,model=e1000 ifeq ($(ADK_TARGET_QEMU_WITH_AUDIO),y) -QEMU_ARGS+=-soundhw ac97 +QEMU_ARGS+=-device AC97 endif ifeq ($(ADK_TARGET_QEMU_WITH_BOOTLOADER),y) -- cgit v1.2.3