aboutsummaryrefslogtreecommitdiff
path: root/common/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/proc.c')
-rw-r--r--common/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/proc.c b/common/proc.c
index ea3ab5d..8793d00 100644
--- a/common/proc.c
+++ b/common/proc.c
@@ -37,6 +37,7 @@ stat_t init_proc(void *fdt, struct vm_branch *b)
init_uvmem(t, UVMEM_START, UVMEM_END);
+ /* TODO: this stuff should be placed in __sys_exec */
/* the binary gets to choose first what memory regions it requires */
t->entry = load_elf(t, get_init_base(fdt));
if (!t->entry)