diff --git a/Asuro.iso b/Asuro.iso
index 3e9f077e..dad63d0d 100644
Binary files a/Asuro.iso and b/Asuro.iso differ
diff --git a/bin/kernel.bin b/bin/kernel.bin
index 2e745194..196b8a04 100755
Binary files a/bin/kernel.bin and b/bin/kernel.bin differ
diff --git a/iso/boot/asuro.bin b/iso/boot/asuro.bin
index 2e745194..196b8a04 100755
Binary files a/iso/boot/asuro.bin and b/iso/boot/asuro.bin differ
diff --git a/lib/kernel.ppu b/lib/kernel.ppu
index c6c993dc..3d33f93b 100644
Binary files a/lib/kernel.ppu and b/lib/kernel.ppu differ
diff --git a/lib/libpconsole.a b/lib/libpconsole.a
index 6a783a22..34246e77 100644
Binary files a/lib/libpconsole.a and b/lib/libpconsole.a differ
diff --git a/lib/libpmultiboot.a b/lib/libpmultiboot.a
index e91c4935..6921f657 100644
Binary files a/lib/libpmultiboot.a and b/lib/libpmultiboot.a differ
diff --git a/lib/libpsystem.a b/lib/libpsystem.a
index f592e0ac..4db4b08a 100644
Binary files a/lib/libpsystem.a and b/lib/libpsystem.a differ
diff --git a/src/strings.pas b/src/strings.pas
index 303f4e3b..45b88d20 100644
--- a/src/strings.pas
+++ b/src/strings.pas
@@ -1,3 +1,12 @@
+{ ************************************************
+  * Asuro
+  * Unit: Strings
+  * Description: Collection of function for string manipulation.
+  ************************************************
+  * Author: K Morris
+  * Contributors: 
+  ************************************************ }
+
 unit strings;
 
 interface
@@ -110,7 +119,7 @@ end;
 
 function stringContains(str : pchar; sub : pchar) : boolean;
 begin
-    
+    result:= false;    
 end;
 
 end.
\ No newline at end of file