[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / conf

File: [cvs.NetBSD.org] / src / sys / arch / amd64 / conf / INSTALL (download)

Revision 1.95, Thu Apr 18 17:13:00 2019 UTC (5 years ago) by maya
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.94: +4 -2 lines

Follow arm64 and provide two sizes of fonts, so a larger one is chosen
for larger displays.

# $NetBSD: INSTALL,v 1.95 2019/04/18 17:13:00 maya Exp $
#
#	INSTALL - Installation kernel.
#
#	This kernel is derived from GENERIC with additional memory disk
#	options.

include	"arch/amd64/conf/GENERIC"

options 	CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
#ident 		"INSTALL-$Revision: 1.95 $"

no options	MEMORY_DISK_DYNAMIC
no options	FONT_BOLD16x32
no options 	FONT_BOLD8x16
options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
options 	MEMORY_DISK_ROOT_SIZE=10000	# size of memory disk, in blocks
options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode

# DRMKMS driver
no i915drmkms*     at pci?
no radeon*         at pci?
no nouveau*	   at pci?