Make ALLEN a copy of GENERIC. Disable FPSP in GENERIC.

This commit is contained in:
briggs 1994-07-21 01:19:41 +00:00
parent 2ff67c7db9
commit 1730b405b5
2 changed files with 35 additions and 29 deletions

View File

@ -1,8 +1,6 @@
# ALLEN
# Mac II, etc.
#
# $Id: ALLEN,v 1.3 1994/02/27 16:48:33 briggs Exp $
# GENERIC
#
# $Id: ALLEN,v 1.4 1994/07/21 01:19:41 briggs Exp $
include "std.mac68k"
@ -12,7 +10,7 @@ maxusers 16
options TIMEZONE=300, DST=1, MAXFDESCS=2048
# Standard system options
options SWAPPAGER, VNODEPAGER #, DEVPAGER # paging
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
options NEWCONFIG
options DIAGNOSTIC # DEBUG for extra kernel debugging
options KTRACE # system call tracing support
@ -21,18 +19,24 @@ options KTRACE # system call tracing support
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
# Filesystem options
#options FIFO # POSIX fifo support (in all filesystems)
options FIFO # POSIX fifo support (in all filesystems)
options DDB
options FFS
#options QUOTA # fast filesystem with user and group quotas
options QUOTA # fast filesystem with user and group quotas
options MFS # memory-based filesystem
#options NFSSERVER # Sun NFS-compatible filesystem
#options NFSCLIENT # Sun NFS-compatible filesystem
options LOFS # Loop-back filesystem
options NULLFS # Null (formerly loop-back) filesystem
options CD9660 # ISO-9660 w/ RockRidge
options KERNFS # kernel data-structure filesystem
options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
options PROCFS # Process filesystem
options SCSI
#options SCSIDEBUG
# Networking options
options INET
@ -44,31 +48,33 @@ options GATEWAY # IP packet forwarding
options COMPAT_42
options COMPAT_43
options NS
options MAPMEM,SYSVSHM
options MAPMEM
options SYSVSHM,SYSVSEM,SYSVMSG
# Misc and mac-specific options
options SCSI
#options SCSIDEBUG
# Mac-specific options
options MC68040
options MC68030 # Includes the 020+851
options FPCOPROC
options FPSP
options COMPAT_NOMID
options COMPAT_SUNOS
options COMPAT_09
config netbsd root on sd0 swap on sd0
config netbsd swap generic
ncr* at mainbus? # SCSI NCR 5380
ae0 at nubus0 slot -1 id ? claimed 0
scbus0 at scsi? target 7
sd0 at scbus0 drive ?
sd1 at scbus0 drive ?
sd2 at scbus0 drive ?
sd3 at scbus0 drive ?
sd4 at scbus0 drive ?
sd5 at scbus0 drive ?
sd6 at scbus0 drive ?
st0 at scbus0 drive ?
#cd0 at scbus0 drive ?
ncrscsi0 at mainbus? # SCSI NCR 5380
ncr96scsi0 at mainbus? # SCSI NCR 53C96
scsibus* at scsi?
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
ch* at scsibus? target ? lun ?
pseudo-device loop
pseudo-device pty 16
pseudo-device pty 16
pseudo-device sl
pseudo-device con 6
pseudo-device bpfilter 4
pseudo-device ppp

View File

@ -1,6 +1,6 @@
# GENERIC
#
# $Id: GENERIC,v 1.17 1994/07/21 00:57:33 briggs Exp $
# $Id: GENERIC,v 1.18 1994/07/21 01:19:42 briggs Exp $
include "std.mac68k"
@ -55,7 +55,7 @@ options SYSVSHM,SYSVSEM,SYSVMSG
options MC68040
options MC68030 # Includes the 020+851
options FPCOPROC
options FPSP
#options FPSP
options COMPAT_NOMID
options COMPAT_SUNOS
options COMPAT_09