We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa7f15 commit 66bc0afCopy full SHA for 66bc0af
kernel/src/kernel/kernel.cpp
@@ -225,7 +225,7 @@ void kernelInitializationThread()
225
kernelSpawnService("/applications/ps2driver.bin", "", G_SECURITY_LEVEL_DRIVER);
226
227
G_PRETTY_BOOT_STATUS_P(80);
228
- kernelSpawnService("/applications/windowserver.bin", "", G_SECURITY_LEVEL_APPLICATION);
+ kernelSpawnService("/applications/fenster.bin", "", G_SECURITY_LEVEL_APPLICATION);
229
// G_PRETTY_BOOT_STATUS_P(80);
230
// kernelSpawnService("/applications/terminal.bin", "--headless", G_SECURITY_LEVEL_DRIVER);
231
0 commit comments