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