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 ip2x can't handle four-meg ramdisks; u...



details:   https://anonhg.NetBSD.org/src/rev/279bd4516f3b
branches:  trunk
changeset: 555521:279bd4516f3b
user:      sekiya <sekiya%NetBSD.org@localhost>
date:      Thu Nov 20 05:27:07 2003 +0000

description:
ip2x can't handle four-meg ramdisks; use a three-meg ramdisk instead and
compile the kernel with -Os.

diffstat:

 sys/arch/sgimips/conf/INSTALL32_IP2x |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 23ad0b539af5 -r 279bd4516f3b sys/arch/sgimips/conf/INSTALL32_IP2x
--- a/sys/arch/sgimips/conf/INSTALL32_IP2x      Thu Nov 20 03:58:47 2003 +0000
+++ b/sys/arch/sgimips/conf/INSTALL32_IP2x      Thu Nov 20 05:27:07 2003 +0000
@@ -5,8 +5,10 @@
 # Pull in standard `install' config
 include        "arch/sgimips/conf/GENERIC32_IP2x"
 
+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=8192# size of memory disk, in blocks (4MB)
+options                MEMORY_DISK_ROOT_SIZE=6144# size of memory disk, in blocks (3MB)



Home | Main Index | Thread Index | Old Index