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

Enable kvm and use q35 for i686

parent 5d966da7
No related branches found
No related tags found
No related merge requests found
ifeq ($(ARCH),i686) ifeq ($(ARCH),i686)
#TODO: support kvm
kvm=no
QEMU_ARCH=i386 QEMU_ARCH=i386
QEMU_MACHINE=pc QEMU_MACHINE=q35
QEMU_CPU=pentium2 QEMU_CPU=pentium2
#TODO: support higher RAM sizes #TODO: support higher RAM sizes
#TODO: support higher CPU counts #TODO: support higher CPU counts
...@@ -66,7 +64,7 @@ ifneq ($(usb),no) ...@@ -66,7 +64,7 @@ ifneq ($(usb),no)
QEMUFLAGS+=-device nec-usb-xhci,id=xhci QEMUFLAGS+=-device nec-usb-xhci,id=xhci
endif endif
ifeq ($(gdb),yes) ifeq ($(gdb),yes)
QEMUFLAGS+=-s QEMUFLAGS+=-s -S
endif endif
ifeq ($(UNAME),Linux) ifeq ($(UNAME),Linux)
ifneq ($(kvm),no) ifneq ($(kvm),no)
......
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