mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-30 00:08:03 +00:00
Default scheduler should be multi
This commit is contained in:
parent
db2de2948e
commit
c563bb395e
@ -203,7 +203,7 @@ Time::Clock BootClock;
|
|||||||
|
|
||||||
KernelConfig Config = {
|
KernelConfig Config = {
|
||||||
.AllocatorType = Memory::MemoryAllocatorType::XallocV1,
|
.AllocatorType = Memory::MemoryAllocatorType::XallocV1,
|
||||||
.SchedulerType = 0,
|
.SchedulerType = 1,
|
||||||
.DriverDirectory = {'/', 's', 'y', 's', 't', 'e', 'm', '/', 'd', 'r', 'i', 'v', 'e', 'r', 's', '\0'},
|
.DriverDirectory = {'/', 's', 'y', 's', 't', 'e', 'm', '/', 'd', 'r', 'i', 'v', 'e', 'r', 's', '\0'},
|
||||||
.InitPath = {'/', 's', 'y', 's', 't', 'e', 'm', '/', 'i', 'n', 'i', 't', '\0'},
|
.InitPath = {'/', 's', 'y', 's', 't', 'e', 'm', '/', 'i', 'n', 'i', 't', '\0'},
|
||||||
.InterruptsOnCrash = true,
|
.InterruptsOnCrash = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user