From eb5f08c76b17ac6e15d6b763a7f45816cb85c570 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Tue, 10 Nov 2009 21:26:03 +0100 Subject: Started working on some 2D gra --- Source/Kernel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Kernel/Makefile') diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 636968d..0126c43 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -70,6 +70,8 @@ Objects = Core/loader.wtf.o \ SyscallManager/Res.ns.o \ SyscallManager/IDT.wtf.o \ Devices/Display/VGATextOutput.class.o \ + Devices/Display/GraphicDisplay.proto.o \ + Devices/Display/VESADisplay.class.o \ Devices/Display/vga-vesa.wtf.o \ Devices/Keyboard/PS2Keyboard.class.o \ Devices/Floppy/FloppyController.class.o \ -- cgit v1.2.3