diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-10 21:26:03 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-10 21:26:03 +0100 |
commit | eb5f08c76b17ac6e15d6b763a7f45816cb85c570 (patch) | |
tree | 4a3889c8ccb4d38f34133bf8b56b8006de3431c3 /Source/Kernel/Makefile | |
parent | 4bbc1baf27573b4ca6fe6d8ed18b236ac3c631d2 (diff) | |
download | Melon-eb5f08c76b17ac6e15d6b763a7f45816cb85c570.tar.gz Melon-eb5f08c76b17ac6e15d6b763a7f45816cb85c570.zip |
Started working on some 2D gra
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |