From e2d5d79bbc90d73f709953f04b2b0d1faac4d43e Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Wed, 23 Dec 2009 19:19:55 +0100 Subject: Changed the way virtual terminal commands are handled These commands include those for moving the cursor, showing/hiding it, changing the color, ... --- Source/Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Kernel/Makefile') diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 6a44ecf..cb51309 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -3,7 +3,7 @@ CC = gcc CXX = g++ LD = ld -LDFLAGS = -T Link.ld -Map Map.txt --oformat=elf32-i386 +LDFLAGS = -T Kernel.ld -Map Kernel.map --oformat=elf32-i386 CFLAGS = -nostdlib -nostartfiles -nodefaultlibs -fno-builtin -fno-stack-protector -Wall -Wextra -Werror -I . CXXFLAGS = -nostartfiles -nostdlib -fno-exceptions -fno-rtti -I . -I ../Library/Common -I ../Library/Interface -Wall -Werror -Wno-write-strings -funsigned-char -D THIS_IS_MELON_KERNEL -D RANDOM_SEED=1`date +%N`LL -O2 ASM = nasm -- cgit v1.2.3