lib: launch: implement alternate argument handling to support interpreters

This commit is contained in:
2026-03-21 10:53:38 +00:00
parent 5d9a3fa54d
commit 88f8d4f18a
2 changed files with 28 additions and 6 deletions

View File

@@ -45,7 +45,9 @@ struct launch_ctx {
struct launch_parameters {
kern_handle_t p_parent_task;
kern_handle_t p_local_address_space;
kern_handle_t p_executable;
const char *p_exec_path;
kern_handle_t p_exec_image;
const char *p_task_name;