aboutsummaryrefslogtreecommitdiff
path: root/include/arch/proc.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-01-10 17:45:09 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-01-10 17:45:09 +0200
commita5cfead3bd0761ba22a07a4e168670dfb7c9fb84 (patch)
tree8081f1ba46f93b6788b94c167e16cba700b9fbb1 /include/arch/proc.h
parent23207f0393be1776fdcc224248b7e7d88c1bf622 (diff)
downloadkmi-a5cfead3bd0761ba22a07a4e168670dfb7c9fb84.tar.gz
kmi-a5cfead3bd0761ba22a07a4e168670dfb7c9fb84.zip
some kmx alleviations
Diffstat (limited to 'include/arch/proc.h')
-rw-r--r--include/arch/proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arch/proc.h b/include/arch/proc.h
index 341a2f4..345f812 100644
--- a/include/arch/proc.h
+++ b/include/arch/proc.h
@@ -112,8 +112,9 @@ void adjust_syscall(struct tcb *t);
*
* @param t Thread that \c init is attached to.
* @param fdt Pointer to FDT that is passed to \c init.
+ * @param initrd Pointer to initrd that is passed to \c init.
*/
-__noreturn void run_init(struct tcb *t, void *fdt);
+__noreturn void run_init(struct tcb *t, void *fdt, void *initrd);
/**
* Return to userspace fast.