diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 16:16:08 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-31 16:16:08 +0200 |
| commit | a8eacc4a5d7f89b497b8be552491dba26fa68162 (patch) | |
| tree | 83cd06ec03a662cfd51abadf762a9e77dfba2c92 /dev/ZKA/Sources/CodeManager.cxx | |
| parent | 20df23fab3e0c7c3b0559585622345f20b25e9be (diff) | |
[ IMP ] Improvements over PEF loader, and new thread loading API, to
load new threads form syscalls.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/CodeManager.cxx')
| -rw-r--r-- | dev/ZKA/Sources/CodeManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/CodeManager.cxx b/dev/ZKA/Sources/CodeManager.cxx index 585c7c01..c8f76309 100644 --- a/dev/ZKA/Sources/CodeManager.cxx +++ b/dev/ZKA/Sources/CodeManager.cxx @@ -14,7 +14,7 @@ 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) noexcept + bool sched_execute_thread(MainKind main, const Char* processName) noexcept { if (!main) return false; |
