mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-29 15:57:59 +00:00
Changed scheduler priorities
This commit is contained in:
parent
4506648cd6
commit
51b0e3b5a8
@ -61,10 +61,10 @@ namespace Tasking
|
|||||||
{
|
{
|
||||||
UnknownPriority = 0,
|
UnknownPriority = 0,
|
||||||
Idle = 1,
|
Idle = 1,
|
||||||
Low = 25,
|
Low = 2,
|
||||||
Normal = 50,
|
Normal = 5,
|
||||||
High = 75,
|
High = 8,
|
||||||
Critical = 100
|
Critical = 10
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TaskSecurity
|
struct TaskSecurity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user