mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Update comment explaining create_init().
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
e6bb926199
commit
b706be23b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350757
@ -797,11 +797,9 @@ start_init(void *dummy)
|
||||
}
|
||||
|
||||
/*
|
||||
* Like kproc_create(), but runs in its own address space.
|
||||
* We do this early to reserve pid 1.
|
||||
*
|
||||
* Note special case - do not make it runnable yet. Other work
|
||||
* in progress will change this more.
|
||||
* Like kproc_create(), but runs in its own address space. We do this
|
||||
* early to reserve pid 1. Note special case - do not make it
|
||||
* runnable yet, init execution is started when userspace can be served.
|
||||
*/
|
||||
static void
|
||||
create_init(const void *udata __unused)
|
||||
|
Loading…
Reference in New Issue
Block a user