mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 15:18:01 -04:00
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
# $NetBSD: std.evbarm,v 1.4 2015/05/07 19:14:56 mrg Exp $
|
|
|
|
include "conf/std"
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
options ARM32
|
|
|
|
options CHILD_MAX=1024 # 160 is too few
|
|
options OPEN_MAX=1024 # 128 is too few
|