feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git] / lunaix-os / kernel / proc0.c
index 93cc0207ef4819c648908eb2337e7d746b0ccee3..ca1b4cadf39f03b8d90b28f4c3318dca587956bb 100644 (file)
@@ -92,10 +92,6 @@ __proc0()
 void
 init_platform()
 {
-    kprintf(KINFO "\033[11;0mLunaixOS (gcc v%s, %s)\033[39;49m\n",
-            __VERSION__,
-            __TIME__);
-
     device_poststage();
 
     twifs_register_plugins();