summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-14 03:24:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-14 03:24:47 +0100
commitb1c3b3703dab3635af772b7476bb185d87066f88 (patch)
treec2d800736aa49890ba34accec447ee962723b56c /target
parent3830a492c7fdfd00c2eda30f5f4482543d664351 (diff)
xorg-server: update to latest
modesetting driver is included. Tested with Qemu -std vga.
Diffstat (limited to 'target')
-rw-r--r--target/x86_64/Makefile4
1 files changed, 2 insertions, 2 deletions
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)