aboutsummaryrefslogtreecommitdiff
path: root/common/proc.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-04-29 17:38:41 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-04-29 17:38:41 +0300
commit9273c16434316a8ab60dc78ee65a03e68031203a (patch)
tree41754de4b7c459fc07e20189948c94a0e2cab966 /common/proc.c
parent105f3d0dab75f669d1fc404c06b73289b343591c (diff)
downloadkmi-9273c16434316a8ab60dc78ee65a03e68031203a.tar.gz
kmi-9273c16434316a8ab60dc78ee65a03e68031203a.zip
continue building base for irq handling
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)