blob: 78e9ea835db4cd77170b7d841fc32ea255029ac5 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: GENERIC_KASLR,v 1.5 2018/07/21 06:30:27 maxv Exp $
include "arch/amd64/conf/GENERIC"
# KDTRACE_HOOKS does not support multiple CTF sections.
no options KDTRACE_HOOKS
makeoptions KASLR=1 # Kernel ASLR
options KASLR
|