1 *ident "%Z%%M% %I% %E% SMI" /* SVR4 1.5 */
5 * The contents of this file are subject to the terms of the
6 * Common Development and Distribution License, Version 1.0 only
7 * (the "License"). You may not use this file except in compliance
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 * or http://www.opensolaris.org/os/licensing.
12 * See the License for the specific language governing permissions
13 * and limitations under the License.
15 * When distributing Covered Code, include this CDDL HEADER in each
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 * If applicable, add the following below this CDDL HEADER, with the
18 * fields enclosed by brackets "[]" replaced with your own identifying
19 * information: Portions Copyright [yyyy] [name of copyright owner]
24 * SYSTEM SPECIFICATION FILE
29 * Set the search path for modules. This has a format similar to the
30 * csh path variable. If the module isn't found in the first directory
31 * it tries the second and so on. The default is /kernel /usr/kernel
34 * moddir: /kernel /usr/kernel /other/modules
38 * root device and root filesystem configuration:
40 * The following may be used to override the defaults provided by
43 * rootfs: Set the filesystem type of the root.
45 * rootdev: Set the root device. This should be a fully
46 * expanded physical pathname. The default is the
47 * physical pathname of the device where the boot
48 * program resides. The physical pathname is
49 * highly platform and configuration dependent.
53 * rootdev:/sbus@1,f8000000/esp@0,800000/sd@3,0:a
55 * (Swap device configuration should be specified in /etc/vfstab.)
61 * Modules appearing in the moddir path which are NOT to be loaded,
62 * even if referenced. Note that `exclude' accepts either a module name,
63 * or a filename which includes the directory.
73 * Cause these modules to be loaded at boot time, (just before mounting
74 * the root filesystem) rather than at first reference. Note that
75 * forceload expects a filename which includes the directory. Also
76 * note that loading a module does not necessarily imply that it will
86 * Set an integer variable in the kernel or a module to a new value.
87 * This facility should be used with caution. See system(4).
91 * To set variables in 'unix':
96 * To set a variable named 'debug' in the module named 'test_module'
98 * set test_module:debug = 0x13