diff cos/Makefile @ 18:6129643f5c34

Fixed interrupt issue, ds, es, ss, fs and gs were not initialized to 0
author windel
date Sun, 20 Nov 2011 20:35:51 +0100
parents a58904747019
children b1fed2171e1a
line wrap: on
line diff
--- a/cos/Makefile	Sat Nov 19 20:01:28 2011 +0100
+++ b/cos/Makefile	Sun Nov 20 20:35:51 2011 +0100
@@ -15,6 +15,7 @@
 			-nostdinc \
 			-nostdlib \
 			-nostartfiles \
+			-mno-red-zone \
 			-fno-builtin \
 			-mcmodel=large \
 			-Iinclude