diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-15 13:49:07 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-15 13:49:07 +0200 |
| commit | f05b598a1c1a8ca4f1bf0acca078f9c9e3c07991 (patch) | |
| tree | 38c9175fe1d297c332fe0d8ee76fb4a28c4bde4a /Kernel/KernelKit | |
| parent | 999877265276c8a5ae78eb01c92d1d9928a13576 (diff) | |
kernel: include assembly files as well in project.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Kernel/KernelKit')
| -rw-r--r-- | Kernel/KernelKit/ProcessScheduler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KernelKit/ProcessScheduler.hxx b/Kernel/KernelKit/ProcessScheduler.hxx index 637fc8c4..f49292f1 100644 --- a/Kernel/KernelKit/ProcessScheduler.hxx +++ b/Kernel/KernelKit/ProcessScheduler.hxx @@ -269,7 +269,7 @@ namespace NewOS static bool Switch(HAL::StackFrame* newStack, const PID& newPid); static bool CanBeScheduled(Ref<ProcessHeader>& process); static PID& GetCurrentPID(); - static bool StartScheduling(); + static SizeT StartScheduling(); }; const Int32& rt_get_exit_code() noexcept; |
