diff --git a/src/kernel.pas b/src/kernel.pas
index acf794e8..427c4ab9 100644
--- a/src/kernel.pas
+++ b/src/kernel.pas
@@ -152,7 +152,7 @@ begin
      console.setdefaultattribute(console.combinecolors(White, Black));
      console.writestringln('');
      console.writestringln('Press any key to boot in to Asuro Terminal...');
-     BSOD('TOPKEK', 'Because why not?');
+     //BSOD('TOPKEK', 'Because why not?');
      keyboard.hook(@temphook);
 
      util.halt_and_dont_catch_fire;