On Mon, Sep 27, 2021 at 09:59:51AM +0300, Riza Dindir wrote: > Hello All, > > Is it possible to see or get the list of flags a kernel was build with. I > am using NetBSD 9.2, and am using a generic kernel, I think. Would like to > see if EXEC_ELF* flag was set when the kernel was build? Or also what other > flags were set during build.
Try: config -x /netbsd Martin