INSTALL32_IP3x revision 1.3
11.1Ssekiya# 21.1Ssekiya# sgimips install kernel with ramdisk added. 31.1Ssekiya# 41.1Ssekiya 51.1Ssekiya# Pull in standard `install' config 61.3Ssekiyainclude "arch/sgimips/conf/GENERIC32_IP3x" 71.1Ssekiya 81.1Ssekiya# Set load address for generic 32-bit systems (only O2 currently) 91.1Ssekiyamakeoptions TEXTADDR=0x80069000 # O2 101.1Ssekiya 111.1Ssekiya# Enable the hooks used for initializing the root memory-disk. 121.1Ssekiyaoptions MEMORY_DISK_HOOKS 131.1Ssekiyaoptions MEMORY_DISK_IS_ROOT # force root on memory disk 141.1Ssekiyaoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 151.1Ssekiyaoptions MEMORY_DISK_ROOT_SIZE=8192# size of memory disk, in blocks (4MB) 161.1Ssekiya 17