From 2a9ae7212a6702ffc68be9c3da5c2177e3a8d9d9 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Wed, 9 Feb 2022 09:42:17 +0000 Subject: [PATCH] remove test code --- kernel/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/main.cpp b/kernel/main.cpp index 74822d6..d35bd19 100644 --- a/kernel/main.cpp +++ b/kernel/main.cpp @@ -22,7 +22,6 @@ void KernelInitialise() { } void KernelMain(uintptr_t) { - EsPrint("Test"); desktopProcess = ProcessSpawn(PROCESS_DESKTOP); // Spawn the desktop process. DriversInitialise(); // Load the root device. ProcessStart(desktopProcess, EsLiteral(K_DESKTOP_EXECUTABLE)); // Start the desktop process.