From 9273c16434316a8ab60dc78ee65a03e68031203a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 29 Apr 2022 17:38:41 +0300 Subject: continue building base for irq handling --- common/proc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/proc.c') 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) -- cgit v1.3