diff options
author | Robert Morris <[email protected]> | 2019-06-06 05:19:35 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2019-06-06 05:19:35 -0400 |
commit | b05bcce93964fcf890c26567adf84cb83dbe5d37 (patch) | |
tree | 2149b331229fa121218829fe4f7de434f7fe5905 /Makefile | |
parent | dff7ab3f8f969cb9c1e95e6d7a74b99428e06971 (diff) | |
download | xv6-labs-b05bcce93964fcf890c26567adf84cb83dbe5d37.tar.gz xv6-labs-b05bcce93964fcf890c26567adf84cb83dbe5d37.tar.bz2 xv6-labs-b05bcce93964fcf890c26567adf84cb83dbe5d37.zip |
add kernelvec
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |