home *** CD-ROM | disk | FTP | other *** search
- # bootstrap -- fundamental service initiator and port server
- # Mike DeMoney and Gregg Kellogg, NeXT, Inc.
- # Copyright, 1990. All rights reserved.
- #
- # bootstrap.conf -- bootstrap server configuration
- #
- # Initiate /sbin/init as pid 1
- init "/sbin/init";
- #
- # Run mach_init at priority 16 to match that of running applications.
- #
- self priority=16;
- #
-