2004-07-15 07:53:44 +04:00
|
|
|
# $NetBSD: INSTALL,v 1.32 2004/07/15 03:53:50 atatat Exp $
|
1995-08-25 11:58:21 +04:00
|
|
|
#
|
|
|
|
# INSTALL -- install kernel
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
1996-12-23 11:36:36 +03:00
|
|
|
include "arch/pc532/conf/std.pc532"
|
1995-08-25 11:58:21 +04:00
|
|
|
|
2002-04-25 19:06:20 +04:00
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
makeoptions COPTS="-Os -msb" # Don't inline, save space
|
1998-09-02 23:22:13 +04:00
|
|
|
|
1997-12-11 00:51:14 +03:00
|
|
|
# Enable the hooks used for initializing the root memory-disk.
|
|
|
|
options MEMORY_DISK_HOOKS
|
|
|
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
|
|
|
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
2002-04-02 09:30:34 +04:00
|
|
|
options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
|
1997-12-11 00:51:14 +03:00
|
|
|
|
1995-08-25 11:58:21 +04:00
|
|
|
# estimated number of users
|
1995-09-26 23:15:57 +03:00
|
|
|
maxusers 2
|
1995-08-25 11:58:21 +04:00
|
|
|
|
2000-09-25 17:54:50 +04:00
|
|
|
# File systems
|
1997-01-31 04:57:08 +03:00
|
|
|
file-system FFS # Berkeley fast file system
|
|
|
|
file-system MSDOSFS # MS-DOS file system
|
|
|
|
file-system CD9660 # ISO 9660 CD-ROM file system
|
|
|
|
file-system KERNFS # /kern
|
|
|
|
file-system NFS # Network File System client
|
|
|
|
|
2000-09-25 17:54:50 +04:00
|
|
|
# Filesystem options
|
|
|
|
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
2002-07-05 17:40:10 +04:00
|
|
|
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
2000-09-25 17:54:50 +04:00
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options KMEMSTATS # saves about 50k
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
1995-08-25 11:58:21 +04:00
|
|
|
|
2002-09-18 06:43:53 +04:00
|
|
|
options USERCONF # userconf(4) support
|
2002-01-27 16:23:08 +03:00
|
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
2004-07-15 07:53:44 +04:00
|
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
2002-07-05 17:40:10 +04:00
|
|
|
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
2002-01-27 16:23:08 +03:00
|
|
|
|
1995-08-25 11:58:21 +04:00
|
|
|
# pc532 special options
|
1997-11-17 04:57:23 +03:00
|
|
|
options CPU30MHZ # necessary for fast machines
|
1999-03-24 06:48:04 +03:00
|
|
|
#options CONSOLE_SPEED=B9600 # default console baud rate
|
|
|
|
#options SCNDEF_CFLAG="CREAD|CS8|HUPCL" # use the monitor's setting
|
1997-11-17 04:57:23 +03:00
|
|
|
options NO_INLINE_SPLX # go for space, not for speed
|
1995-08-25 11:58:21 +04:00
|
|
|
|
1997-12-11 00:51:14 +03:00
|
|
|
# Kernel root file system and dump configuration.
|
1997-01-31 04:57:08 +03:00
|
|
|
config netbsd root on ? type ?
|
1995-08-25 11:58:21 +04:00
|
|
|
|
1996-12-23 11:36:36 +03:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
1997-04-01 20:30:35 +04:00
|
|
|
se* at scsibus0 target ? lun ? # Cabletron EA412/EA419
|
1995-08-25 11:58:21 +04:00
|
|
|
|
1996-12-29 02:22:07 +03:00
|
|
|
pseudo-device md # Memory disk
|
1996-12-23 11:36:36 +03:00
|
|
|
pseudo-device loop 1 # loopback network
|
|
|
|
pseudo-device sl 1 # compressed SLIP
|
|
|
|
pseudo-device ppp 1 # Point-to-Point Protocol
|
2000-10-02 22:43:34 +04:00
|
|
|
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
|
2003-09-06 07:25:23 +04:00
|
|
|
|
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|