Shrink ramdisk to make RAMDISK kernel smaller for ARC BIOS restriction.

thorpej-futex
tsutsui 2020-05-29 23:12:12 +00:00
parent fa359005be
commit 4cfa80aabb
2 changed files with 15 additions and 12 deletions

View File

@ -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

View File

@ -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/chmod
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
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 @@ PROG usr/sbin/chroot
# 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