diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-08 18:32:36 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-08 18:32:36 +0100 |
commit | 4bbc1baf27573b4ca6fe6d8ed18b236ac3c631d2 (patch) | |
tree | 3e0a5981eed78336bbd5baf7c6be50cd518be1fa /Source/Kernel/Makefile | |
parent | 699a1497a4eb432f41d643a18f2ac6ba10a66518 (diff) | |
download | Melon-4bbc1baf27573b4ca6fe6d8ed18b236ac3c631d2.tar.gz Melon-4bbc1baf27573b4ca6fe6d8ed18b236ac3c631d2.zip |
Switching to text mode now really switches to text mode.
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 218ae39..636968d 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -30,7 +30,6 @@ 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 \ @@ -71,6 +70,7 @@ Objects = Core/loader.wtf.o \ SyscallManager/Res.ns.o \ SyscallManager/IDT.wtf.o \ Devices/Display/VGATextOutput.class.o \ + Devices/Display/vga-vesa.wtf.o \ Devices/Keyboard/PS2Keyboard.class.o \ Devices/Floppy/FloppyController.class.o \ Devices/Floppy/FloppyDrive.class.o \ |