Comment out some SYSV* and *VERBOSE options to shrink these down so
they fit in the current boot floppies.
This commit is contained in:
parent
e02544e3b6
commit
e1e9cfd40a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.13 2003/12/14 01:32:01 thorpej Exp $
|
||||
# $NetBSD: INSTALL,v 1.14 2004/02/16 02:43:53 thorpej Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.13 $"
|
||||
#ident "INSTALL-$Revision: 1.14 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -43,7 +43,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=2048 # 2048 pages is the default
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
@ -109,13 +109,13 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
|
||||
# These options enable verbose messages for several subsystems.
|
||||
# Warning, these may compile large string tables into the kernel!
|
||||
options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options PCIVERBOSE # verbose PCI device autoconfig messages
|
||||
#options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
#options PCIVERBOSE # verbose PCI device autoconfig messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
options I2OVERBOSE # verbose I2O driver messages
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_ACPI,v 1.7 2003/12/14 01:32:01 thorpej Exp $
|
||||
# $NetBSD: INSTALL_ACPI,v 1.8 2004/02/16 02:43:53 thorpej Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.7 $"
|
||||
#ident "INSTALL-$Revision: 1.8 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -37,13 +37,13 @@ options INSECURE # disable kernel security levels - X needs this
|
||||
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
#options SYSVMSG # System V-like message queues
|
||||
#options SYSVSEM # System V-like semaphores
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
#options SEMMNS=60 # number of semaphores in system
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=2048 # 2048 pages is the default
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
@ -109,13 +109,13 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
|
||||
# These options enable verbose messages for several subsystems.
|
||||
# Warning, these may compile large string tables into the kernel!
|
||||
options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options PCIVERBOSE # verbose PCI device autoconfig messages
|
||||
#options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
#options PCIVERBOSE # verbose PCI device autoconfig messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
options I2OVERBOSE # verbose I2O driver messages
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options I2OVERBOSE # verbose I2O driver messages
|
||||
|
||||
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user