xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit af689dcf7e3a6a8bdec8afff0f0e799f31929203
parent 39c84ccf48ca854eca47917a7585d0a2ce32f74a
Author: rsc <rsc>
Date:   Wed,  8 Aug 2007 08:40:08 +0000

oops

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -34,7 +34,7 @@ LD = $(TOOLPREFIX)ld OBJCOPY = $(TOOLPREFIX)objcopy OBJDUMP = $(TOOLPREFIX)objdump # On newer gcc you may need to add -fno-stack-protector to $(CFLAGS) -CFLAGS = -fno-builtin -O2 -Wall -MD -fno-stack-protector +CFLAGS = -fno-builtin -O2 -Wall -MD AS = $(TOOLPREFIX)gas xv6.img : bootblock kernel fs.img