aboutsummaryrefslogtreecommitdiff
path: root/common/proc.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 14:38:52 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 14:38:52 +0300
commit22eeabc6c63e220d628417ea525c8838f3fae913 (patch)
tree6dde5f5bf5e671c11ed64cbcacf9245bfe900d2f /common/proc.c
parentdd7c04a39bd88da8e381bb88078c41b049a6665c (diff)
downloadkmi-22eeabc6c63e220d628417ea525c8838f3fae913.tar.gz
kmi-22eeabc6c63e220d628417ea525c8838f3fae913.zip
initial high level fork imp
Diffstat (limited to 'common/proc.c')
-rw-r--r--common/proc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/proc.c b/common/proc.c
index 946078b..270ec0c 100644
--- a/common/proc.c
+++ b/common/proc.c
@@ -42,4 +42,6 @@ stat_t init_proc(void *fdt)
/* allocate stacks after ELF file to make sure nothing of importance
* clashes */
return prepare_proc(t, get_init_base(fdt), 0);
+ /** \todo start one thread per core, with special handling for init in
+ * that each thread starts at the entry point of init? */
}