From c0e059c762920c3d93cbda982aee821b037f2ebe Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 6 Jun 2021 11:35:28 +0200 Subject: bootstrap: Mention init_stdarrays and frob_kernel_process calls --- hurd/bootstrap.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/bootstrap.mdwn b/hurd/bootstrap.mdwn index 63078b9c..886795ad 100644 --- a/hurd/bootstrap.mdwn +++ b/hurd/bootstrap.mdwn @@ -284,6 +284,7 @@ system. Once all of proc, auth, exec have called `startup_essential_task`, startup replies to their respective RPCs, so they actually start working altogether. It -also calls `launch_system`, which calls `launch_something`, which "launches +also calls `init_stdarrays` which sets the initial values of the standard exec data, and `frob_kernel_process` to plug the kernel task into the picture. +It eventually calls `launch_something`, which "launches something", which by default is `/libexec/runsystem`, but if that can not be found, launches a shell instead, so the user can fix it. -- cgit v1.2.3