11.96Sriastrad# $NetBSD: INSTALL,v 1.96 2022/07/29 10:08:01 riastradh Exp $
21.1Sfvdl#
31.78Sjoerg#	INSTALL - Installation kernel.
41.1Sfvdl#
51.78Sjoerg#	This kernel is derived from GENERIC with additional memory disk
61.78Sjoerg#	options.
71.1Sfvdl
81.77Sjoerginclude	"arch/amd64/conf/GENERIC"
91.1Sfvdl
101.91Sdhollandoptions 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
111.96Sriastrad#ident 		"INSTALL-$Revision: 1.96 $"
121.1Sfvdl
131.80Sadno options	MEMORY_DISK_DYNAMIC
141.95Smayano options	FONT_BOLD16x32
151.95Smayano options 	FONT_BOLD8x16
161.86Sryooptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
171.86Sryooptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
181.86Sryooptions 	MEMORY_DISK_ROOT_SIZE=10000	# size of memory disk, in blocks
191.81Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
201.79Stls
211.90Schristos# DRMKMS driver
221.90Schristosno i915drmkms*     at pci?
231.90Schristosno radeon*         at pci?
241.94Smayano nouveau*	   at pci?
251.96Sriastradno options 	DRM_LEGACY
26