Skip to content

Commit f89b0f6

Browse files
committed
vax/liveimage: use 1436 MB image size per RA92 disk spec emulated by simh
Confirmed working on open-simh.
1 parent 37e2e21 commit f89b0f6

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

distrib/vax/liveimage/emuimage/Makefile

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# $NetBSD: Makefile,v 1.6 2026/01/16 12:15:48 tsutsui Exp $
1+
# $NetBSD: Makefile,v 1.7 2026/01/18 07:59:28 tsutsui Exp $
22

33
LIVEIMGBASE= NetBSD-${DISTRIBVER}-vax-live # gives ${IMGBASE}.img
44

55
.include <bsd.own.mk>
66

7-
EMUIMAGEMB?= 1024 # open-simh ra0 can't handle >1GB image
8-
SWAPMB?= 64
9-
10-
# Exclude man etc. due to size restriction
11-
KERN_SET= kern-GENERIC
12-
SETS= modules base comp etc misc rescue
13-
.if ${MKX11} != "no"
14-
SETS+= xbase xetc xfont xserver
15-
.endif
7+
# MSCP RA92 disk (suggested in the "NetBSD SIMH HOW-TO" page) has
8+
# 2,940,951 blocks (1,505,766,912 bytes ~= 1436 MB)
9+
EMUIMAGEMB?= 1436
1610

1711
KERN_SET= kern-GENERIC
1812
LIVEIMAGEMB= ${EMUIMAGEMB}

0 commit comments

Comments
 (0)