summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/CodeMgr.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-14 12:56:18 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-14 12:56:26 +0200
commit2b91067c894efde74e96fd9216598a5782699c7b (patch)
tree860071ad5c0071fa52057377d91af0e976f4919d /dev/kernel/KernelKit/CodeMgr.h
parent2254f391e710d9c357d1b806b47786270d77d2b7 (diff)
feat(kernel): Set SubSystem according to TASK/PROCESS structure.
also: - Introduce the KernelTaskScheduler soon. - Reintroduce ZXD binaries for signed drivers. - Made the arguments name inside kernel spawn function inside CodeMgr clearer. 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 bb287b24..ff70707b 100644
--- a/dev/kernel/KernelKit/CodeMgr.h
+++ b/dev/kernel/KernelKit/CodeMgr.h
@@ -33,7 +33,7 @@ typedef void (*rtl_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* process_name) noexcept;
+ProcessID rtl_create_kernel_process(rtl_main_kind main, const Char* task_name) 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