summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d89f42..5943a7e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ OBJS = \
timer.o\
trapasm.o\
trap.o\
+ uart.o\
vectors.o\
# Cross-compiling (e.g., on Mac OS X)
@@ -139,6 +140,9 @@ bochs : fs.img xv6.img
qemu: fs.img xv6.img
qemu -parallel stdio -hdb fs.img xv6.img
+qemutty: fs.img xv6.img
+ qemu -nographic -smp 2 -hdb fs.img xv6.img
+
# CUT HERE
# prepare dist for students
# after running make dist, probably want to