blob: 13f379518a80fd98266968ac6bf998c283f0b1a9 (
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: std.amd64,v 1.13 2023/05/05 00:34:41 manu Exp $
#
# standard, required NetBSD/amd64 'options'
machine amd64 x86 xen
include "conf/std" # MI standard options
include "arch/xen/conf/std.xenversion"
options CPU_IN_CKSUM
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options MTRR
options MULTIPROCESSOR
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few
options SELFRELOC
mainbus0 at root
cpu* at mainbus?
ioapic* at mainbus? apid ?
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
|