118 lines
3.8 KiB
Plaintext
118 lines
3.8 KiB
Plaintext
# $NetBSD: INSTALL,v 1.2 1997/12/01 16:33:46 kleink Exp $
|
|
|
|
#
|
|
# ALL -- everything that's currently supported
|
|
#
|
|
|
|
# architecture type and name of kernel; REQUIRED
|
|
machine x68k m68k
|
|
|
|
options EXEC_SCRIPT # Support #!
|
|
options EXEC_AOUT # a.out format executables
|
|
|
|
# different CPU types; you must have at least the correct one; REQUIRED
|
|
options M68030
|
|
options M68040
|
|
options M68060
|
|
|
|
# set to indicate RTC is offset from GMT
|
|
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
|
|
|
# estimated number of users
|
|
maxusers 32
|
|
|
|
# Enable the hooks used for initializing the memory-disk.
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT # Force root on memory-disk
|
|
options MEMORY_DISK_SERVER=0 # No user space hooks
|
|
options MINIROOTSIZE=3074
|
|
#options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
|
|
|
# standard options
|
|
options SWAPPAGER # swap pager (anonymous and swap space)
|
|
options VNODEPAGER # vnode pager (mapped files)
|
|
options DEVPAGER # device pager (mapped devices)
|
|
|
|
options FIFO # FIFOs; RECOMMENDED
|
|
options SYSVMSG # System V-like message queues
|
|
options SYSVSEM # System V-like semaphores
|
|
options SYSVSHM # System V-like memory sharing
|
|
options SHMMAXPGS=1024 # 1024 pages in the defualt
|
|
|
|
# compatibility options
|
|
options COMPAT_NOMID # old zmagic executables
|
|
options COMPAT_09 # compatibility with NetBSD 0.9
|
|
options COMPAT_10 # compatibility with NetBSD 1.0
|
|
options COMPAT_11 # compatibility with NetBSD 1.1
|
|
options COMPAT_12 # compatibility with NetBSD 1.2
|
|
options COMPAT_13 # compatibility with NetBSD 1.3
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
# file system options
|
|
file-system FFS # Berkeley fast file system
|
|
file-system MFS # memory file system; uses RAM and swap
|
|
file-system NFS # Network File System client
|
|
file-system CD9660 # ISO 9660 CD-ROM file system, with RR
|
|
#file-system MSDOSFS # MS-DOS FAT file system
|
|
file-system KERNFS # kernel file system; recommended
|
|
|
|
options FASTLINKS # fast symbolic links in FFS
|
|
|
|
# networking options
|
|
options INET # Internet protocols
|
|
|
|
# Options specific to this host.
|
|
#options INSECURE # Disable kernel security.
|
|
options MACHINE_NONCONTIG # support for noncontig memory
|
|
options FPU_EMULATE # software fpu emulation
|
|
options M060SP # int/fp emulation for MC68060
|
|
options FPSP # floating point emulation for MC68040
|
|
options ITEKANJI # Kanji display for console
|
|
options PANICBUTTON # enable interrupt switch
|
|
options JUPITER # support for "JUPITER-X"
|
|
options EIOMAPSIZE=0 # do not map PCI address space
|
|
options MAPPEDCOPY # use page mapping for large copyin/copyout
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
mainbus0 at root
|
|
|
|
zs0 at mainbus0 # Zilog serial
|
|
zs1 at mainbus0 # Zilog serial
|
|
spc0 at mainbus0 # builtin scsi
|
|
spc1 at mainbus0 # external scsi
|
|
scsibus* at spc?
|
|
mha0 at mainbus0 # MK-HA1 Mach-2 SCSI
|
|
scsibus* at mha?
|
|
grfbus0 at mainbus0 # bitmapped display's
|
|
grf0 at grfbus0 # multiplane graphics
|
|
grf1 at grfbus0 # flexible graphics
|
|
ite0 at grf0 # console
|
|
fdc0 at mainbus0 # floppy controller
|
|
fd* at fdc0 unit ? # builtin floppy drive
|
|
xcom0 at mainbus0 # NS16550
|
|
xcom1 at mainbus0 # NS16550
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
st* at scsibus? target ? lun 0 # SCSI tapes
|
|
|
|
# ethernet board
|
|
#se0 at scsibus? target ? lun ?
|
|
ed0 at mainbus0
|
|
|
|
# /dev/audio
|
|
#adpcm0 at mainbus0
|
|
|
|
pseudo-device sl 2 # compressed SLIP
|
|
pseudo-device ppp 2 # point-to-point protocol
|
|
pseudo-device pty 32 # pseudo-terminals
|
|
pseudo-device kbd # kbd
|
|
pseudo-device mouse # mouse
|
|
pseudo-device bell # OPM bell
|
|
pseudo-device pow 2 # software power switch
|
|
pseudo-device loop # loopback; recommended
|
|
pseudo-device vnd 4 # vn virtual filesystem device
|
|
pseudo-device md 1 # memory disk
|
|
pseudo-device ipfilter # ip filter
|