diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 01:24:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 01:24:45 +0000 |
commit | 3c4d0e6eadad3ae11c480e44168fcdd149b51f59 (patch) | |
tree | c59d619305a92bb3d93895bc38a508af00f995cd /init | |
parent | 75e754726c70ca1299082d748c2dcbaf1ca3f6e0 (diff) |
Formerly init.c.~10~
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index 22678741..a2082b08 100644 --- a/init/init.c +++ b/init/init.c @@ -325,6 +325,9 @@ launch_system (void) if (errno = fsys_init (bootport, fsproc, MACH_MSG_TYPE_MOVE_SEND, authserver)) perror ("fsys_init"); + + /* Declare that the filesystem is our child. */ + proc_child (procserver, fstask); run_for_real ("/bin/sh"); printf ("Init has completed.\n"); |