remove test code

This commit is contained in:
nakst 2022-02-09 09:42:17 +00:00
parent 318624a1dc
commit 2a9ae7212a
1 changed files with 0 additions and 1 deletions

View File

@ -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.