From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 17:03:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED73216A400 for ; Fri, 16 Mar 2007 17:03:56 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id DC61D13C4C2 for ; Fri, 16 Mar 2007 17:03:56 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id BF9A11A4DB6; Fri, 16 Mar 2007 10:03:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1D44B5132C; Fri, 16 Mar 2007 13:03:56 -0400 (EDT) Date: Fri, 16 Mar 2007 13:03:55 -0400 From: Kris Kennaway To: Luca Masini Message-ID: <20070316170355.GB21563@xor.obsecurity.org> References: <45FA9CC0.4070200@web.de> <45FAB9FE.8000008@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45FAB9FE.8000008@web.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: config version = 600003, version required = 600004 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 17:03:57 -0000 On Fri, Mar 16, 2007 at 04:38:38PM +0100, Luca Masini wrote: > Niclas Zeising wrote: > >Have a look in the handbook here: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > > > >and here: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html > > > >for instructions on how to rebuild/upgrade your kernel and system. > Will do! > :-P > > >Usually you have to upgrade userland along with your kernel or things > >will get out of sync and Bad Things(tm) will happen. > I don't want to upgrade the current system. > I only need to be able to compile a reference GENERIC of 7-CURRENT > in a user subdirectory. Running a 7.x kernel on a 6.x system is unsupported. You can do it, but some things won't work and it's for "advanced users only". A good alternative might be for you to run 7.0 under qemu. Kris