summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/CodeManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/CodeManager.hpp')
-rw-r--r--Kernel/KernelKit/CodeManager.hpp4
1 files changed, 1 insertions, 3 deletions
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 <KernelKit/PEFCodeManager.hxx>
#include <KernelKit/PEFSharedObject.hxx>
-#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