Improved shutting down procedure

This commit is contained in:
Alex
2022-12-29 05:25:43 +02:00
parent ffdbc6e598
commit 3f166b97c7
4 changed files with 61 additions and 7 deletions

View File

@ -267,6 +267,7 @@ namespace Tasking
Vector<PCB *> GetProcessList() { return ListProcess; }
void Panic() { StopScheduler = true; }
void Schedule();
void SignalShutdown();
long GetUsage(int Core)
{
if (IdleProcess)