Luc Pernot wrote:
so where could I find the same generic32 ip32 kernel without the install routine ????Assuming you already have a NetBSD system up and running, compile or cross compile the kernel, configuring it for generic IP32. The kernel compilation instructions online tell you to 'download all the tar source files' - what's actually required out of the tar files are usr.bin.tar.gz, sys.tar.gz and common.tar.gz. It's probably necessary to recompile 'config' (the reason for downloading usr.bin.tar.gz) as the one bundled with NetBSD is a bit out of date for configuring the latest kernel source.
Cheers! Peter