Move GENERIC_PS2 to GENERIC_PS2TINY, update comments to reflect this config is
intended for small memory machines. Update INSTALL_PS2 appropriately.
This commit is contained in:
parent
3531778254
commit
b0178f25e3
|
@ -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"
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue