On Wed, Jan 15, 2014 at 02:37:17PM -0800, crazzybouy wrote: > Hi All > I stumbled upon this post while looking for ways to recompile bootxx_ffsv1. > I need to put some prints to the boot loader to debug an issue for loading > netbsd kernel with ramdisk size bigger than 16mb that does not work for me > on an AMD64 board. Can someone tell me how i can recompile bootxx_ffsv1 > binary? > I have netbsd6.1 sources and i do not see any direct way to recompile > bootloaders through build.sh. Any help is appreciated.
Build the tools first. Afterwards, nbmake-amd64 in src/sys/arch/i386/stand/bootxx/bootxx_ffsv1 should do the job. Joerg
