summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-06-06 05:19:35 -0400
committerRobert Morris <[email protected]>2019-06-06 05:19:35 -0400
commitb05bcce93964fcf890c26567adf84cb83dbe5d37 (patch)
tree2149b331229fa121218829fe4f7de434f7fe5905 /Makefile
parentdff7ab3f8f969cb9c1e95e6d7a74b99428e06971 (diff)
downloadxv6-labs-b05bcce93964fcf890c26567adf84cb83dbe5d37.tar.gz
xv6-labs-b05bcce93964fcf890c26567adf84cb83dbe5d37.tar.bz2
xv6-labs-b05bcce93964fcf890c26567adf84cb83dbe5d37.zip
add kernelvec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 923c70b..7415076 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ QEMUGDB = $(shell if $(QEMU) -help | grep -q '^-gdb'; \
then echo "-gdb tcp::$(GDBPORT)"; \
else echo "-s -p $(GDBPORT)"; fi)
ifndef CPUS
-CPUS := 2
+CPUS := 1
endif
QEMUOPTS = -machine virt -kernel kernel -m 3G -smp $(CPUS) -nographic
QEMUOPTS += -initrd fs.img