Home | History | Annotate | Line # | Download | only in emuimage
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2025/02/02 17:04:20 tsutsui Exp $
      2 
      3 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-hppa-live	# gives ${IMGBASE}.img
      4 
      5 EMUIMAGEMB?=	2048		# firmware has 2GB limitation to load a kernel
      6 SWAPMB?=	64
      7 LIVEIMAGEMB=	${EMUIMAGEMB}
      8 PRIMARY_BOOT=	xxboot
      9 SECONDARY_BOOT=	boot
     10 
     11 .include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
     12