mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 23:39:20 +00:00
Boot screen & change shutting down/rebooting procedure
This commit is contained in:
@ -54,7 +54,8 @@ static int sys_print(SyscallsFrame *Frame, char Char, int Index)
|
||||
|
||||
char ret = Display->Print(Char, Index, true);
|
||||
#ifdef DEBUG
|
||||
Display->SetBuffer(Index);
|
||||
if (!Config.BootAnimation && Index != 0)
|
||||
Display->SetBuffer(Index);
|
||||
#endif
|
||||
UNUSED(Frame);
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user