From 24d62e82f2e6867cff74f8e1d5615dd42cdb48c1 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 16 Jan 2019 15:49:57 -0800 Subject: [PATCH] adding framebuffer module for testing and other things --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1409ebd..0467a86 100644 --- a/makefile +++ b/makefile @@ -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