From: Peter Dinda Date: Thu, 4 Dec 2008 17:44:21 +0000 (-0600) Subject: Updated TR X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=58465639abd3fb09ab52f3811b0897598d61a206 Updated TR Added Kevin's patch for the stack problems (-fno-stack-protector) --- diff --git a/README.pdf b/README.pdf index b03e9ee..d6644e5 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 8712934..6dfb426 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -1,4 +1,3 @@ -# Makefile for GeekOS kernel, userspace, and tools # # Northwestern University # (c) 2008, Jack Lange @@ -435,6 +434,7 @@ CC_COMPILE = \ $(call build,CC,$(TARGET_CC) \ $(CC_GENERAL_OPTS) \ $(EXTRA_CFLAGS) \ + -fno-stack-protector \ -c \ $< \ -o $@ \