From 7c5f4adcc8725efa0f0476e33732873a4167f54d Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Wed, 11 Nov 2009 17:32:01 +0100 Subject: Modified the way of calling V86 procedures, and calling BIOS ints --- Source/Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Kernel/Makefile') diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 0126c43..82498b2 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -30,6 +30,7 @@ Objects = Core/loader.wtf.o \ TaskManager/Thread.class.o \ TaskManager/V86/V86Thread.class.o \ TaskManager/V86/V86.ns.o \ + TaskManager/V86/v86.wtf.o \ TaskManager/Task.ns.o \ TaskManager/Task.wtf.o \ VTManager/VirtualTerminal.proto.o \ @@ -72,7 +73,6 @@ Objects = Core/loader.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 \ Devices/Floppy/FloppyDrive.class.o \ -- cgit v1.2.3