summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/CodeMgr.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:41:51 +0100
committerGitHub <noreply@github.com>2025-11-17 16:41:51 +0100
commit31a2d2897b213eb37fe5b1d94fd096deaae7b2c2 (patch)
tree2ac3c95db59ea825cb7639ba7e8f589a090ae902 /dev/kernel/KernelKit/CodeMgr.h
parent062c4bb508bf6ec7334d374fef2e0e10623b2df9 (diff)
parent00b182203540d6632f87700aad501faccbf2394d (diff)
Merge pull request #70 from nekernel-org/dev
dev: kernel_task_scheduler & ne_launch
Diffstat (limited to 'dev/kernel/KernelKit/CodeMgr.h')
-rw-r--r--dev/kernel/KernelKit/CodeMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/CodeMgr.h b/dev/kernel/KernelKit/CodeMgr.h
index 2569b064..70e977e9 100644
--- a/dev/kernel/KernelKit/CodeMgr.h
+++ b/dev/kernel/KernelKit/CodeMgr.h
@@ -38,7 +38,7 @@ typedef void (*rtl_cxx_dtor_kind)(void);
/// accessible.
/// @param main the start of the process.
/// @return The team's process id.
-ProcessID rtl_create_kernel_process(rtl_main_kind main, const Char* task_name) noexcept;
+BOOL rtl_create_kernel_task(HAL::StackFramePtr main, const KID kid) noexcept;
/// @brief Executes a new process from a function. User code only.
/// @note This sets up a new stack, anything on the main function that calls the Kernel will not be