mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 20:39:16 +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