mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 04:49:19 +00:00
Hope now scheduler won't crash at IPC Service
This commit is contained in:
@ -131,7 +131,10 @@ namespace InterProcessCommunication
|
||||
trace("IPC Service Started.");
|
||||
TaskManager->GetCurrentThread()->SetPriority(1);
|
||||
// TODO: do something useful here, like, IPC event viewer or smth...
|
||||
CPU::Pause(true);
|
||||
while (1)
|
||||
{
|
||||
// The scheduler doesn't like CPU::Pause for some reason. :/
|
||||
}
|
||||
}
|
||||
|
||||
IPC::IPC()
|
||||
|
Reference in New Issue
Block a user