diff --git a/sys/arch/ibmnws/conf/GENERIC b/sys/arch/ibmnws/conf/GENERIC index 2e312afb89a7..f6035e903e86 100644 --- a/sys/arch/ibmnws/conf/GENERIC +++ b/sys/arch/ibmnws/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.32 2008/05/15 23:38:49 rjs Exp $ +# $NetBSD: GENERIC,v 1.33 2008/05/24 19:24:48 he Exp $ # # @@ -14,6 +14,11 @@ options CONSOLE="\"genfb\"" options CONSOLE_SPEED=9600 options CONSOLE_ADDR=0x3f8 +# 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_ROOT_SIZE=4096 # 2 Megabytes + maxusers 8 options DDB @@ -84,7 +89,7 @@ options NFS_BOOT_DHCP #options PCDISPLAY_SOFTCURSOR # Kernel root file system and dump configuration. -config netbsd root on pcn0 type nfs +config netbsd root on ? type ? # @@ -270,7 +275,7 @@ audio* at audiobus? # Pseudo-Devices # disk/mass storage pseudo-devices -#pseudo-device md 1 # memory disk device (ramdisk) +pseudo-device md 1 # memory disk device (ramdisk) # network pseudo-devices pseudo-device bpfilter # network tap