On Mon, 01 Nov 2010 16:36:35 +0400 OpenBSD Geek <[email protected]> wrote:
> when this last is done, i start to compile kernel : cd > /usr/src/sys/arch/i386/conf > > config GENERIC > > cd ../compile/GENERIC > > make > clean Your config is broken? Mine prints: # config GENERIC Don't forget to run "make depend" http://www.openbsd.org/faq/faq5.html#BldKernel 'extract the tarballs' OR 'cvs checkout', after that 'cvs up'. http://www.openbsd.org/anoncvs.html In gerneral, if you want to run -current, you start by upgrading to/installing the latest snapshot.

