From b0178f25e3e1cc9cdcb1820e07e7f63f4d366656 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 30 Jul 2001 18:24:07 +0000 Subject: [PATCH] Move GENERIC_PS2 to GENERIC_PS2TINY, update comments to reflect this config is intended for small memory machines. Update INSTALL_PS2 appropriately. --- sys/arch/i386/conf/{GENERIC_PS2 => GENERIC_PS2TINY} | 12 +++++------- sys/arch/i386/conf/INSTALL_PS2 | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) rename sys/arch/i386/conf/{GENERIC_PS2 => GENERIC_PS2TINY} (95%) diff --git a/sys/arch/i386/conf/GENERIC_PS2 b/sys/arch/i386/conf/GENERIC_PS2TINY similarity index 95% rename from sys/arch/i386/conf/GENERIC_PS2 rename to sys/arch/i386/conf/GENERIC_PS2TINY index 8c44e0c010c4..21413e76c79f 100644 --- a/sys/arch/i386/conf/GENERIC_PS2 +++ b/sys/arch/i386/conf/GENERIC_PS2TINY @@ -1,15 +1,13 @@ -# $NetBSD: GENERIC_PS2,v 1.1 2001/07/21 16:26:46 jdolecek Exp $ +# $NetBSD: GENERIC_PS2TINY,v 1.1 2001/07/30 18:24:07 jdolecek Exp $ # -# GENERIC-style kernel config for IBM PS/2 with MCA bus. Note some stuff -# is disabled here compared to other GENERIC configs, mostly due to -# being not appropriate for IBM PS/2. +# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains +# IBM PS/2 related stuff and has been generally trimmed down somewhat, +# so that the kernel is small enough to be usable for 4MB machines. This +# configuration is also used for INSTALL_PS2 kernels. # # BEWARE: # MCA support in NetBSD is still experimental at this # stage and should be used with caution. -# -# See also sys/dev/mca/TODO for list of problems and current list of -# projects. include "arch/i386/conf/std.i386" diff --git a/sys/arch/i386/conf/INSTALL_PS2 b/sys/arch/i386/conf/INSTALL_PS2 index e90c717b72a7..031f043d120b 100644 --- a/sys/arch/i386/conf/INSTALL_PS2 +++ b/sys/arch/i386/conf/INSTALL_PS2 @@ -1,11 +1,11 @@ -# $NetBSD: INSTALL_PS2,v 1.2 2001/07/21 16:26:46 jdolecek Exp $ +# $NetBSD: INSTALL_PS2,v 1.3 2001/07/30 18:24:08 jdolecek Exp $ # # INSTALL_PS2 - PS/2 Installation kernel. # # This kernel is derived from PS2 with MEMORY_DISK stuff added. # -include "arch/i386/conf/GENERIC_PS2" +include "arch/i386/conf/GENERIC_PS2TINY" # Enable the hooks used for initializing the root memory-disk. options MEMORY_DISK_HOOKS