Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 00:09:29 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: Linux/alpha emulation available
Message-ID:  <14717.4694.234067.160430@grasshopper.cs.duke.edu>
In-Reply-To: <14717.2828.454006.745321@grasshopper.cs.duke.edu>
References:  <14717.2828.454006.745321@grasshopper.cs.duke.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14717.4694.234067.160430>