Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/newsmips/conf Update for the install floppy:
details: https://anonhg.NetBSD.org/src/rev/3bdc2407b522
branches: trunk
changeset: 503139:3bdc2407b522
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Feb 01 06:23:54 2001 +0000
description:
Update for the install floppy:
- Add newer devices (wscons etc.)
- Add -mmemcpy to COPTS
- Reduce maxusers
- Remove KERNFS
- Disable some COMPAT_* options
- Add MEMORY_DISK_SERVER=0
- Enable options NFS_V2_ONLY and VNODE_OP_NOINLINE
diffstat:
sys/arch/newsmips/conf/INSTALL | 37 ++++++++++++++++++++++++++++---------
1 files changed, 28 insertions(+), 9 deletions(-)
diffs (100 lines):
diff -r a2a484128d6a -r 3bdc2407b522 sys/arch/newsmips/conf/INSTALL
--- a/sys/arch/newsmips/conf/INSTALL Thu Feb 01 06:09:38 2001 +0000
+++ b/sys/arch/newsmips/conf/INSTALL Thu Feb 01 06:23:54 2001 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: INSTALL,v 1.5 2000/10/02 18:43:36 abs Exp $
+# $NetBSD: INSTALL,v 1.6 2001/02/01 06:23:54 tsutsui Exp $
#
# INSTALL kernel for RISC-NEWS
include "arch/newsmips/conf/std.newsmips"
-makeoptions COPTS="-Os" # Optimise for space. Implies -O2
+makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2
-maxusers 16
+maxusers 8
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
+options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MINIROOTSIZE=4096 # 2 Megabytes
options news3400
@@ -20,27 +21,31 @@
options CPU_SINGLE # no I/O processor
# Compatibility options
-options COMPAT_43 # compatibility with 4.3BSD binaries
-options COMPAT_13 # NetBSD 1.3 binary compatibility
+#options COMPAT_43 # compatibility with 4.3BSD binaries
+#options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_14 # NetBSD 1.4 binary compatibility
# Filesystems
file-system FFS # Berkeley Fast Filesystem
file-system NFS # Sun NFS-compatible filesystem client
-file-system KERNFS # kernel data-structure filesystem
file-system MFS # memory-based filesystem
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
# Filesystem options
-#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
-#options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
+options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
+options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
# Networking options
options INET # Internet protocols
#options INET6 # IPV6
options NFS_BOOT_BOOTPARAM
+# wscons options
+options WSEMUL_VT100 # VT100 / VT220 emulation
+options FONT_GALLANT12x22
+#options FONT_SONY8x16
+
config netbsd root on ? type ?
mainbus0 at root
@@ -56,9 +61,10 @@
le1 at hb0 addr 0xb8c30000 level 0
sn* at ap? # SONIC Ethernet
+tlp* at ap?
kb0 at hb0 addr 0xbfd00000 level 2 # keyboard
-ms0 at hb0 addr 0xbfd00004 level 2 # mouse
+#ms0 at hb0 addr 0xbfd00004 level 2 # mouse
zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board
zsc0 at ap?
@@ -68,13 +74,26 @@
fb0 at hb0 addr 0x88000000 # frame buffer
+xafb* at ap?
+kb0 at ap?
+#ms0 at ap?
+
sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller
scsibus0 at sc0
+dmac* at ap? # dmac3
+spifi* at ap? # SPIFI SCSI
+scsibus* at spifi?
+
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tapes
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
+wsdisplay0 at fb? console ?
+wsdisplay0 at xafb? console ?
+wskbd0 at kb? console ?
+#wsmouse0 at ms?
+
pseudo-device loop # loopback interface; required
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device md 1 # memory disk device
Home |
Main Index |
Thread Index |
Old Index