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:
parent
2228795e3d
commit
2d9d2949fd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue