Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zaurus build fix?
Hi,
it appears the INSTALL kernel ramdisk has once again overflowed
available space.
This appears to fix it, and the resulting kernels are still below
5MB (but just so):
-r--r--r-- 1 he wheel 5024417 Jun 28 10:04 netbsd-INSTALL
-r--r--r-- 1 he wheel 4784809 Jun 28 10:04 netbsd-INSTALL_C700
OK to commit?
Index: sys/arch/zaurus/conf/INSTALL
===================================================================
RCS file: /cvsroot/src/sys/arch/zaurus/conf/INSTALL,v
retrieving revision 1.18
diff -u -r1.18 INSTALL
--- sys/arch/zaurus/conf/INSTALL 17 Oct 2012 14:49:02 -0000 1.18
+++ sys/arch/zaurus/conf/INSTALL 28 Jun 2013 09:44:15 -0000
@@ -9,7 +9,7 @@
options MEMORY_DISK_HOOKS # enable root ramdisk
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=4224 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=4424 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# for reduce kernel size.
Index: distrib/zaurus/ramdisk/Makefile
===================================================================
RCS file: /cvsroot/src/distrib/zaurus/ramdisk/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- distrib/zaurus/ramdisk/Makefile 7 Apr 2012 09:10:47 -0000 1.15
+++ distrib/zaurus/ramdisk/Makefile 28 Jun 2013 09:44:15 -0000
@@ -4,7 +4,7 @@
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2112k
+IMAGESIZE= 2212k
MAKEFS_FLAGS= -f 14
WARNS= 1
Regards,
- Havard
Home |
Main Index |
Thread Index |
Old Index