Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/conf Due to space limitations, we can't emb...



details:   https://anonhg.NetBSD.org/src/rev/cf1f2014a1dd
branches:  trunk
changeset: 571191:cf1f2014a1dd
user:      sekiya <sekiya%NetBSD.org@localhost>
date:      Sat Nov 13 09:04:28 2004 +0000

description:
Due to space limitations, we can't embed a three-meg ramdisk installation image
into an IP12 kernel.

Remove; installation procedure will have to be GENERIC kernel using sysinst
from a NFS filesystem.

diffstat:

 sys/arch/sgimips/conf/INSTALL32_IP12 |  14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diffs (18 lines):

diff -r c369babbf300 -r cf1f2014a1dd sys/arch/sgimips/conf/INSTALL32_IP12
--- a/sys/arch/sgimips/conf/INSTALL32_IP12      Sat Nov 13 08:58:23 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#
-# sgimips install kernel with ramdisk added.
-#
-
-# Pull in standard `install' config
-include        "arch/sgimips/conf/GENERIC32_IP12"
-
-makeoptions    COPTS="-Os"
-
-# 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)



Home | Main Index | Thread Index | Old Index