diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-06-06 11:35:28 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-06-06 11:35:32 +0200 |
commit | c0e059c762920c3d93cbda982aee821b037f2ebe (patch) | |
tree | 1fdfe8e93aa06875e8ba33e6c6e12d550d21fb91 /hurd | |
parent | d52456b8bc449019b038b7109e5c14433a3b9e0b (diff) |
bootstrap: Mention init_stdarrays and frob_kernel_process calls
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/bootstrap.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
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. |