mirror of https://gitlab.com/nakst/essence
remove test code
This commit is contained in:
parent
318624a1dc
commit
2a9ae7212a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue