summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/CodeMgr.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:11:54 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:12:07 +0100
commit49ba8e9e7de4a1ca2f23dbcdac40e12b45b94e0d (patch)
tree8c1aa84da06e9f9e6ed3fe4e7eaed39a4cac8201 /dev/kernel/KernelKit/CodeMgr.h
parentb4211868747c71a33db1c74ef1717596e68afa43 (diff)
feat: kernel: implement 'rtl_create_kernel_task'
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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