mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Use ac97 by default on i686
This commit is contained in:
parent
cf3fa0219f
commit
13c5790bb6
@ -2,6 +2,7 @@ QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(QEMU_ARCH)
|
||||
QEMUFLAGS=-d cpu_reset,guest_errors
|
||||
|
||||
ifeq ($(ARCH),i686)
|
||||
audio?=ac97
|
||||
efi=no
|
||||
QEMU_ARCH=i386
|
||||
QEMU_MACHINE?=pc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user