Skip to content

Commit 89adfd7

Browse files
bradbrad
authored andcommitted
Revert the size change of the install ramdisk and instead just remove
a driver from the install kernel. Same ramdisk size as before. Not sure this platform can have a larger ramdisk size.
1 parent c8cae34 commit 89adfd7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

distrib/sgimips/ramdisk/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# $NetBSD: Makefile,v 1.24 2025/12/01 21:51:57 brad Exp $
1+
# $NetBSD: Makefile,v 1.25 2025/12/02 13:28:55 brad Exp $
22

33
.include <bsd.own.mk>
44
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
55

66
IMAGE= ramdisk.fs
77
IMAGETAR= diskimage.tgz
8-
IMAGESIZE= 4700k
8+
IMAGESIZE= 3500k
99
MAKEFS_FLAGS+= -f 15 -o density=4k
1010

1111
WARNS= 1

sys/arch/sgimips/conf/INSTALL32_IP3x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support
1212
options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk in blocks (4MB)
1313
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
1414

15+
no umcpmio* at uhidev?
16+
no iic* at umcpmio?
17+
no spi* at umcpmio?
18+
1519
no pseudo-device carp
1620
no pseudo-device veriexec

0 commit comments

Comments
 (0)