2002-05-22 01:00:35 +04:00
|
|
|
#
|
|
|
|
# sgimips install kernel with ramdisk added.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Pull in standard `install' config
|
2003-11-13 15:53:05 +03:00
|
|
|
include "arch/sgimips/conf/GENERIC32_IP3x"
|
2002-05-22 01:00:35 +04:00
|
|
|
|
|
|
|
# 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
|
2003-11-13 05:31:46 +03:00
|
|
|
options MEMORY_DISK_ROOT_SIZE=8192# size of memory disk, in blocks (4MB)
|