From 806286a9da85bd7052726b62273e295f90e14197 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 18 Oct 1993 07:46:40 +0000 Subject: Formerly exec.defs.~26~ --- hurd/exec.defs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hurd/exec.defs b/hurd/exec.defs index fbcd5487..82e64ad7 100644 --- a/hurd/exec.defs +++ b/hurd/exec.defs @@ -23,7 +23,8 @@ subsystem exec 30000; #include -routine exec_exec ( /* Better name, Roland?? */ +routine exec_exec ( /* Better name, Roland?? + No, it doesn't seem likely. */ execserver: mach_port_t; file: mach_port_make_send_t; oldtask: task_t; @@ -38,7 +39,11 @@ routine exec_exec ( /* Better name, Roland?? */ startup ports and information. */ routine exec_startup ( execserver: mach_port_t; + /* These are the base address and size of the initial stack + allocated by the exec server. The rest of the information + is that passed by exec_exec. */ out stack_base: vm_address_t; + out stack_size: vm_size_t; out flags: int; out argv: data_t; out envp: data_t; -- cgit v1.2.3