|
|
@ -68,9 +68,9 @@ struct KernelCore::Impl { |
|
|
InitializePhysicalCores(); |
|
|
InitializePhysicalCores(); |
|
|
InitializeSystemResourceLimit(kernel, system); |
|
|
InitializeSystemResourceLimit(kernel, system); |
|
|
InitializeMemoryLayout(); |
|
|
InitializeMemoryLayout(); |
|
|
InitializePreemption(kernel); |
|
|
|
|
|
InitializeSchedulers(); |
|
|
InitializeSchedulers(); |
|
|
InitializeSuspendThreads(); |
|
|
InitializeSuspendThreads(); |
|
|
|
|
|
InitializePreemption(kernel); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void InitializeCores() { |
|
|
void InitializeCores() { |
|
|
|