From 22eeabc6c63e220d628417ea525c8838f3fae913 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 22 Oct 2022 14:38:52 +0300 Subject: initial high level fork imp --- common/proc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/proc.c') 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? */ } -- cgit v1.3