blob: ce8015b51ac71c211b2331c801a45942b4ccad16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: INSTALL,v 1.96 2022/07/29 10:08:01 riastradh 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.96 $"
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?
no options DRM_LEGACY
|