Hi,
I am doing some experiments with NetBSD 10 in RPI3B+
It would be useful for me to start the system in securelevel = -1. this mostly to experiment faster with GPIO.
I red in secmodel_securelevel(9) that to have the system running at securelevel -1 i need to recompile the kernel with "options INSECURE".
i tried a few cross compiles, I can do it in general and boot the new image.
But, in GENERIC64, or files there included i can't see the "options INSECURE" to decomment. I tried add the line myself and compile but the system stops giving back
-----
nbmake: don't know how to make 21. Stop
-----