From d95452c5452b4ca7418505fa5597f000596fcb78 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 6 Sep 2009 18:05:31 +0200 Subject: Added read() and write() functions to Partition:: These functions make it possible to read or write bytes on a partition without worrying of sectors. --- 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 c0bb18b..87f1594 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -4,7 +4,7 @@ CC = gcc CXX = g++ LD = ld LDFLAGS = -T Link.ld -Map Map.txt --oformat=elf32-i386 -CFLAGS = -nostdlib -nostartfiles -nodefaultlibs -fno-builtin -fno-stack-protector -Wall -Wextra -Werror +CFLAGS = -nostdlib -nostartfiles -nodefaultlibs -fno-builtin -fno-stack-protector -Wall -Wextra -Werror -I . CXXFLAGS = -nostartfiles -nostdlib -fno-exceptions -fno-rtti -I . -Wall -Werror -Wno-write-strings -funsigned-char ASM = nasm ASMFLAGS = -f elf -- cgit v1.2.3