From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 2 02:23:10 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B35671065672 for ; Mon, 2 Jun 2008 02:23:10 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 60BDF8FC21 for ; Mon, 2 Jun 2008 02:23:10 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so749640ana.13 for ; Sun, 01 Jun 2008 19:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=a2LHzFTqt4Hg06WzrIbZTZ2r3HkL3lJbJ1HNRL0Yf8Q=; b=Q/nh09Dcrkk8ccxG4OhTWc5dIrC65bbJSvPvg7+mR38Nci0hYvNNelhyIKSE72iZM/3NL87rJpkAz+aeeJQqYHOgAyTsZh1BsMjHg3QzIGuxfvWel93Rb0iKoycYAhCUXAFbtuJVHMCtxYw5t29O8qP5HNmLFzeq4a5PP7C4NGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=MbEsloUrvOFVgwdyaoB7KLrcD95v4EmGavpfOCx0eoEFOi51sWX9kbUQXc10Hw8t4DH1TnAmJ5N4iW41kAT8+W2jXLomGPwo+A0rRjQ9OXMQWFKBV7FCt3/1SOaborMiJjxFC6G6FzpdwgnXB/PO5qbNz9T+f9gMYoM8bXhG0g8= Received: by 10.100.14.2 with SMTP id 2mr13839068ann.67.1212371914667; Sun, 01 Jun 2008 18:58:34 -0700 (PDT) Received: by 10.100.13.7 with HTTP; Sun, 1 Jun 2008 18:58:34 -0700 (PDT) Message-ID: <3b47caa90806011858y69b04edap806f34712c346b52@mail.gmail.com> Date: Sun, 1 Jun 2008 20:58:34 -0500 From: Novembre To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: linux 2.6 on 7.0-RELEASE X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 02:23:10 -0000 Hi, I know that 2.4 is the default Linux kernel to use on 7.0-RELEASE, but is it possible to use the Linux 2.6 compatibility layer or the changes needed to run it only exists in 7.0-STABLE? I couldn't find any information in the wiki page ( http://wiki.freebsd.org/linux-kernel/ ) --- it was last updated in September 2007. Thanks a lot