1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

enable KVM support

This commit is contained in:
Stefan Lankes 2015-07-07 23:50:37 +02:00
parent 2228795e3d
commit 2d9d2949fd

View file

@ -31,7 +31,8 @@ NASM = nasm
NASMFLAGS = -felf64 -g -i$(TOPDIR)/include/hermit/
GDB = $(CROSSCOMPREFIX)gdb
GDBFLAGS = -x debug.gdb
QEMU = qemu-system-x86_64
#QEMU = qemu-system-x86_64
QEMU = qemu-kvm -cpu host
QEMUFLAGS = -smp 2 -monitor stdio \
-net nic,model=rtl8139 \
-net user,hostfwd=tcp::12345-:7