Hi, all. sorry for my poor english. In NetBSD Guide Chapter 33.1.3.I think that before reboot, doesn't we need to copy module to '/stand/<ARCH>/'?
|#| *|mv /netbsd /netbsd.old|* |#| *|mv /usr/obj/sys/arch/<ARCH>/compile/<KERNEL>/netbsd /|* + #* cp $OBJDIR/destdir.<ARCH>/stan/<ARCH>/<VERSION> /stand/<ARCH>* #### or mv ? |#| *|shutdown -r now|*