diff --git a/Makefile b/Makefile index dbc46747b542e7076c2c32637eb1a880a03ca5e6..6d89f421076fb50f2d663cb538d902d08f67b837 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/xv6-rev2.tar.gz b/xv6-rev2.tar.gz index be6e3906aaa982621d611bb7e754d29bee1adddd..8affba0d7f97978ceac5293bd61b4c5116c81646 100644 Binary files a/xv6-rev2.tar.gz and b/xv6-rev2.tar.gz differ