From a8eacc4a5d7f89b497b8be552491dba26fa68162 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 31 Aug 2024 16:16:08 +0200 Subject: [ IMP ] Improvements over PEF loader, and new thread loading API, to load new threads form syscalls. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/KernelKit/CodeManager.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZKA/KernelKit/CodeManager.hxx') diff --git a/dev/ZKA/KernelKit/CodeManager.hxx b/dev/ZKA/KernelKit/CodeManager.hxx index aa384123..ef9d18f4 100644 --- a/dev/ZKA/KernelKit/CodeManager.hxx +++ b/dev/ZKA/KernelKit/CodeManager.hxx @@ -27,5 +27,5 @@ namespace Kernel /// @note This sets up a new stack, anything on the main function that calls the Kernel will not be accessible. /// @param main the start of the process. /// @return if the process was started or not. - bool execute_from_image(MainKind main, const Char* process_name) noexcept; + bool sched_execute_thread(MainKind main, const Char* process_name) noexcept; } // namespace Kernel -- cgit v1.2.3