From a5a7e0f25c07a427557cdac97e256216a8f0e3d2 Mon Sep 17 00:00:00 2001 From: rafal Date: Tue, 21 May 2002 21:00:35 +0000 Subject: [PATCH] Add RAMDISK kernels for installation. --- sys/arch/sgimips/conf/RAMDISK | 16 ++++++++++++++++ sys/arch/sgimips/conf/RAMDISK_INDY | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 sys/arch/sgimips/conf/RAMDISK create mode 100644 sys/arch/sgimips/conf/RAMDISK_INDY diff --git a/sys/arch/sgimips/conf/RAMDISK b/sys/arch/sgimips/conf/RAMDISK new file mode 100644 index 000000000000..79ebe6daec0e --- /dev/null +++ b/sys/arch/sgimips/conf/RAMDISK @@ -0,0 +1,16 @@ +# +# sgimips install kernel with ramdisk added. +# + +# Pull in standard `install' config +include "arch/sgimips/conf/GENERIC" + +# Set load address for generic 32-bit systems (only O2 currently) +makeoptions TEXTADDR=0x80069000 # O2 + +# Enable the hooks used for initializing the root memory-disk. +options MEMORY_DISK_HOOKS +options MEMORY_DISK_IS_ROOT # force root on memory disk +options MEMORY_DISK_SERVER=0 # no userspace memory disk support +options MEMORY_DISK_ROOT_SIZE=6144# size of memory disk, in blocks (3MB) + diff --git a/sys/arch/sgimips/conf/RAMDISK_INDY b/sys/arch/sgimips/conf/RAMDISK_INDY new file mode 100644 index 000000000000..d9e7d9579182 --- /dev/null +++ b/sys/arch/sgimips/conf/RAMDISK_INDY @@ -0,0 +1,16 @@ +# +# sgimips install kernel with ramdisk added. +# + +# Pull in standard `install' config +include "arch/sgimips/conf/GENERIC" + +# Set load address for Indy +makeoptions TEXTADDR=0x88069000 # Indy + +# Enable the hooks used for initializing the root memory-disk. +options MEMORY_DISK_HOOKS +options MEMORY_DISK_IS_ROOT # force root on memory disk +options MEMORY_DISK_SERVER=0 # no userspace memory disk support +options MEMORY_DISK_ROOT_SIZE=6144# size of memory disk, in blocks (3MB) +