From 19333efb9eb634f17bea41d0cec8ee28c595cce8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 31 May 2009 00:28:45 +0000 Subject: Some proc cleanup, moving some of copyproc into allocproc. Also, an experiment: use "thread-local" storage for c and cp instead of the #define macro for curproc[cpu()]. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3