From 3bfb95803ba25a04ddb57ebbc0f25e4dec29d7e0 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 31 Jul 2024 00:13:51 +0200 Subject: [IMP] Can now pass arguments to kernel via handover, new version 0x0113. [IMP] Timeout functions for heap allocation. [IMP] new mp_ and sched_ category of functions. Signed-off-by: Amlal EL Mahrouss --- Kernel/KernelKit/CodeManager.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Kernel/KernelKit/CodeManager.hpp') diff --git a/Kernel/KernelKit/CodeManager.hpp b/Kernel/KernelKit/CodeManager.hpp index 1787c051..5d1b5c86 100644 --- a/Kernel/KernelKit/CodeManager.hpp +++ b/Kernel/KernelKit/CodeManager.hpp @@ -18,8 +18,6 @@ #include #include -#define kUPPNameLen 64 - namespace Kernel { /// @brief Main process entrypoint. @@ -29,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* processName); + bool execute_from_image(MainKind main, const char* processName) noexcept; } // namespace Kernel \ No newline at end of file -- cgit v1.2.3