did some stuff, will probably refactor later
This commit is contained in:
parent
10ee4fcbd9
commit
bc4ec556e2
46 changed files with 1013 additions and 35635 deletions
8
Makefile
8
Makefile
|
@ -46,7 +46,13 @@ LIVESD := $(RELEASE_DIR)/aurix-$(GITREV)-livesd_$(ARCH)-$(PLATFORM).img
|
|||
QEMU_FLAGS := -m 2G -smp 4 -serial stdio
|
||||
|
||||
# QEMU Audio support
|
||||
QEMU_FLAGS += -audiodev coreaudio,id=coreaudio0 -device ich9-intel-hda -device hda-output,audiodev=coreaudio0
|
||||
#QEMU_FLAGS += -audiodev coreaudio,id=coreaudio0 -device ich9-intel-hda -device hda-output,audiodev=coreaudio0
|
||||
|
||||
# QEMU Mouse support
|
||||
QEMU_FLAGS += -usb -device usb-mouse
|
||||
|
||||
# x86_64
|
||||
QEMU_FLAGS += -machine q35
|
||||
|
||||
##
|
||||
# General info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue