adding framebuffer module for testing and other things

This commit is contained in:
shockrahwow 2019-01-16 15:49:57 -08:00
parent c6eeed41c7
commit 24d62e82f2

View File

@ -3,7 +3,7 @@ ASM=nasm
LINK=ld
ISO=genisoimage
OBJECTS=loader.o kernel.o
OBJECTS=loader.o kernel.o framebuffer.o
AFLAGS=-f elf32
CFLAGS=-m32 -nostdlib -nostdinc -fno-builtin -fno-stack-protector -nostartfiles \
-nodefaultlibs -Wall -Wextra -Werror -c