|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
CC=gcc
|
|
|
|
|
CFLAGS = -Wall -nostdlib -nostdinc -ffreestanding -DKERNEL_SOS \
|
|
|
|
|
-m32 -fno-asynchronous-unwind-tables
|
|
|
|
|
-m32 -fno-asynchronous-unwind-tables -fno-stack-protector
|
|
|
|
|
LDFLAGS = --warn-common -m elf_i386
|
|
|
|
|
OBJECTS = bootstrap/multiboot.o \
|
|
|
|
|
hwcore/idt.o hwcore/gdt.o \
|
|
|
|
|