diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | proc.c | 1 | ||||
-rw-r--r-- | xv6-rev2.tar.gz | bin | 724391 -> 68374 bytes |
3 files changed, 2 insertions, 3 deletions
@@ -26,10 +26,10 @@ OBJS = \ vectors.o\ # Cross-compiling (e.g., on Mac OS X) -# TOOLPREFIX = i386-jos-elf- +TOOLPREFIX = i386-jos-elf- # Using native tools (e.g., on X86 Linux) -TOOLPREFIX = +#TOOLPREFIX = CC = $(TOOLPREFIX)gcc AS = $(TOOLPREFIX)gas @@ -325,7 +325,6 @@ wakeup1(void *chan) } // Wake up all processes sleeping on chan. -// Proc_table_lock is acquired and released. void wakeup(void *chan) { diff --git a/xv6-rev2.tar.gz b/xv6-rev2.tar.gz Binary files differindex f334fa0..be6e390 100644 --- a/xv6-rev2.tar.gz +++ b/xv6-rev2.tar.gz |