From a5cfead3bd0761ba22a07a4e168670dfb7c9fb84 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 10 Jan 2024 17:45:09 +0200 Subject: some kmx alleviations --- include/arch/proc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/arch/proc.h') 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. -- cgit v1.3