summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b78aa0..88569db 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ USER_CFLAGS = $(CFLAGS) -Isrc/user/lib/include/
SPARSEFLAGS = -Wno-non-pointer-null
LFLAGS = -ffreestanding -O2 -nostdlib -lgcc -Wl,-zmax-page-size=4096 -Wl,--no-warn-mismatch
-QFLAGS = -no-reboot
+QFLAGS = -no-reboot -nic socket,model=rtl8139,connect=:1234
ifndef NO_KVM
QFLAGS += -enable-kvm
endif