From f593816bc9c32a8570cf65697183f314348e8e87 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 18 Sep 2009 14:26:29 +0200 Subject: Changes in mutexes, vectors and VTs : mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers --- Source/Kernel/Core/kmain.wtf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Kernel/Core') diff --git a/Source/Kernel/Core/kmain.wtf.cpp b/Source/Kernel/Core/kmain.wtf.cpp index 857e167..e263393 100644 --- a/Source/Kernel/Core/kmain.wtf.cpp +++ b/Source/Kernel/Core/kmain.wtf.cpp @@ -25,8 +25,8 @@ #include #include -#include -#include +#include +#include extern u32int end; //Placement address -- cgit v1.2.3