mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
fix(kernel): improve error message for failed init program startup
This commit is contained in:
parent
3315d79742
commit
1f646d6826
@ -148,8 +148,7 @@ void KernelMainThread()
|
||||
int tid = SpawnInit();
|
||||
if (tid < 0)
|
||||
{
|
||||
KPrint("\x1b[1;37;41mFailed to start %s! Error: %s (%d)",
|
||||
Config.InitPath, strerror(tid), tid);
|
||||
KPrint("\x1b[1;37;41mFailed to start init program! Error: %s (%d)", strerror(tid), tid);
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user