From owner-freebsd-alpha Mon Jul 24 21: 9:33 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 85F7737B908 for ; Mon, 24 Jul 2000 21:09:31 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id AAA29826; Tue, 25 Jul 2000 00:09:30 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id AAA64002; Tue, 25 Jul 2000 00:09:30 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 25 Jul 2000 00:09:29 -0400 (EDT) To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Linux/alpha emulation available In-Reply-To: <14717.2828.454006.745321@grasshopper.cs.duke.edu> References: <14717.2828.454006.745321@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14717.4694.234067.160430@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Gallatin writes: > To install: > > cd usr/src > gzcat linux-alpha.diff.gz | patch > tar zxvf linux-alpha.tar.gz Duh: It might also help if you then build & kldlload'ed the sys/modules/linux/linux.ko kernel module. cd sys/modules/linux make depend make kldload ./linux.ko And make sure your kernel matches your modules.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message