On Thu, Jan 12, 2017 at 09:02:43AM -0800, Ngie Cooper (yaneurabeya) wrote: > The Handbook says use run build.sh, then mv the new kernel in > place, but it doesn?t mention the ?install command? to use after > building the kernel
There is no such thing. Just copy or move it there, like: cd $OBJDIR/src/sys/arch/sparc64/compile/GENERIC mv /netbsd /netbsd.old cp netbsd / or something similar (if you have build locally on the target machine). Martin