Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/arc/ramdisk Shrink ramdisk to make RAMDISK kernel sm...
details: https://anonhg.NetBSD.org/src/rev/df8acb918cdf
branches: trunk
changeset: 933736:df8acb918cdf
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri May 29 23:12:12 2020 +0000
description:
Shrink ramdisk to make RAMDISK kernel smaller for ARC BIOS restriction.
diffstat:
distrib/arc/ramdisk/Makefile | 4 ++--
distrib/arc/ramdisk/list | 23 +++++++++++++----------
2 files changed, 15 insertions(+), 12 deletions(-)
diffs (88 lines):
diff -r 2104a3c9de21 -r df8acb918cdf distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile Fri May 29 23:02:51 2020 +0000
+++ b/distrib/arc/ramdisk/Makefile Fri May 29 23:12:12 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2020/04/29 06:53:46 mrg Exp $
+# $NetBSD: Makefile,v 1.29 2020/05/29 23:12:12 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 3200k
+IMAGESIZE= 2880k
MAKEFS_FLAGS+= -f 15
WARNS= 1
diff -r 2104a3c9de21 -r df8acb918cdf distrib/arc/ramdisk/list
--- a/distrib/arc/ramdisk/list Fri May 29 23:02:51 2020 +0000
+++ b/distrib/arc/ramdisk/list Fri May 29 23:12:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.23 2011/08/03 13:59:14 tsutsui Exp $
+# $NetBSD: list,v 1.24 2020/05/29 23:12:12 tsutsui Exp $
#SRCDIRS external/bsd/less/bin
SRCDIRS bin sbin usr.bin usr.sbin
@@ -8,16 +8,16 @@
PROG bin/cp
PROG bin/dd
PROG bin/df
-PROG bin/ed
+#PROG bin/ed
PROG bin/ln
PROG bin/ls
PROG bin/mkdir
-PROG bin/mt
+#PROG bin/mt
PROG bin/mv
PROG bin/pax usr/bin/tar
PROG bin/pwd
-PROG bin/rcmd
-PROG bin/rcp
+#PROG bin/rcmd
+#PROG bin/rcp
PROG bin/rm
PROG bin/sh
PROG bin/stty
@@ -31,22 +31,22 @@
PROG sbin/fsck_ffs
PROG sbin/ifconfig
PROG sbin/init
-PROG sbin/mbrlabel
+#PROG sbin/mbrlabel
PROG sbin/mknod
PROG sbin/mount
PROG sbin/mount_cd9660
PROG sbin/mount_ffs
PROG sbin/mount_msdos
PROG sbin/mount_nfs
-PROG sbin/mount_ntfs
+#PROG sbin/mount_ntfs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/newfs_msdos
PROG sbin/ping
PROG sbin/reboot sbin/halt
-PROG sbin/restore sbin/rrestore
+#PROG sbin/restore sbin/rrestore
PROG sbin/route
PROG sbin/shutdown
-PROG sbin/slattach
+#PROG sbin/slattach
PROG sbin/swapctl sbin/swapon
PROG sbin/umount
@@ -62,10 +62,13 @@
# init invokes the shell as -sh
ARGVLN sh -sh
-SPECIAL ed srcdir distrib/utils/x_ed
+SPECIAL disklabel srcdir distrib/utils/x_disklabel
+#SPECIAL ed srcdir distrib/utils/x_ed
+SPECIAL fsck_ffs srcdir distrib/utils/x_fsck_ffs
SPECIAL gzip srcdir distrib/utils/x_gzip
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL more srcdir distrib/utils/more
+SPECIAL newfs srcdir distrib/utils/x_newfs
SPECIAL ping srcdir distrib/utils/x_ping
SPECIAL route srcdir distrib/utils/x_route
SPECIAL umount srcdir distrib/utils/x_umount
Home |
Main Index |
Thread Index |
Old Index