mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 12:59:18 +00:00
Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls
This commit is contained in:
@ -13,7 +13,7 @@ namespace Video
|
||||
{
|
||||
char Display::Print(char Char, int Index, bool WriteToUART)
|
||||
{
|
||||
SmartLock(PrintLock);
|
||||
// SmartLock(PrintLock);
|
||||
|
||||
if (this->ColorIteration)
|
||||
{
|
||||
|
Reference in New Issue
Block a user