From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 15:36:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ACA416A41F for ; Tue, 30 Aug 2005 15:36:23 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E875543D46 for ; Tue, 30 Aug 2005 15:36:22 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so791288wxd for ; Tue, 30 Aug 2005 08:36:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fwQwPp1pWvnUvydxL9YxlFFb1QHCsZ+/6o4xWaDz/ZtJsrC7LV2NS0SpAtTMRJu3V7KqqaMca9hYnrcKImUMzwk1nhVgeXSuSS+YZ+Lzx65sXAUpwQc/MXk3uo25c5e7iv5I3LGfMo1lGKcF1/hCGVJ64aVfttAaNfPcQmKmitk= Received: by 10.70.77.19 with SMTP id z19mr132196wxa; Tue, 30 Aug 2005 08:36:22 -0700 (PDT) Received: by 10.70.115.15 with HTTP; Tue, 30 Aug 2005 08:36:22 -0700 (PDT) Message-ID: <84dead7205083008363561e9c@mail.gmail.com> Date: Tue, 30 Aug 2005 21:06:22 +0530 From: Joseph Koshy To: "Andrew P." In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD questions Subject: Re: Loading kld's from other archs/versions 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: Tue, 30 Aug 2005 15:36:23 -0000 > By any chance, can I somehow use kernel modules compiled for 5.4/i386, > 5.4/amd64 or 6.0/i386 on 6.0/amd64? I don't have the source code, but > I need it to work very much. You cannot use a kernel module compiled for one architecture with a kernel running on another. Even on a given architecture, binary kernel modules are very likely to be incompatible between major releases. --=20 FreeBSD Volunteer, http://people.freebsd.org/~jkoshy