From 474ba91122aa4b32fdd9348d90aec7468b3d2b8a Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Feb 2015 21:35:36 -0500 Subject: a lotta changes, crashes on STI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2be3779..83fa8a4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ OBJ = drivers/tty.o kernel/main.o boot/head.o kernel/io.o kernel/gdt-as.o kernel CC = gcc LD = ld INCLUDES = -Idrivers -Ikernel/include -Ilibc/include -CFLAGS = -std=gnu99 -ffreestanding -fno-stack-protector -nostdlib -Wall -Wextra -m32 $(INCLUDES) +CFLAGS = -std=gnu99 -ffreestanding -fno-stack-protector -nostdlib -Wall -Wextra -m32 $(INCLUDES) -g AS = as ASFLAGS=-march=i686 --32 -- cgit v1.1