1# $NetBSD: GENERIC_KASLR,v 1.4 2018/02/04 17:54:34 maxv Exp $ 2 3include "arch/amd64/conf/GENERIC" 4 5# KDTRACE_HOOKS does not support multiple CTF sections. 6no options KDTRACE_HOOKS 7 8# The kernel-mode GPROF does not support multiple .text sections. 9no options GPROF 10 11makeoptions KASLR=1 # Kernel ASLR 12options KASLR 13