Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!yarrina.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!news.kei.com!simtel!lll-winken.llnl.gov!uwm.edu!reuter.cse.ogi.edu!news.willamette.edu!news.orst.edu!news.uidaho.edu!usenet From: Faried Nawaz <fn@uidaho.edu> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Running linux code on FreeBSD Date: 23 Nov 1995 03:08:09 -0800 Organization: People's Front Against WWW Lines: 20 Sender: nawaz921@waldrog.cs.uidaho.edu Distribution: world Message-ID: <imybt7lhb9.fsf@waldrog.cs.uidaho.edu> References: <48cefu$108o@macro.stanford.edu> <imybtcomkw.fsf@waldrog.cs.uidaho.edu> <DIFy5D.2E7@pegasus.com> Reply-To: fn@uidaho.edu NNTP-Posting-Host: waldrog.cs.uidaho.edu Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-reply-to: richard@pegasus.com's message of Wed, 22 Nov 1995 10:51:13 GMT X-Newsreader: Gnus v5.0.9 In article <DIFy5D.2E7@pegasus.com> richard@pegasus.com (Richard Foulk) writes: $ >3 run `/usr/sbin/linux' before you start up any linux programs. $ > $ $ Where can /usr/sbin/linux be acquired? It doesn't appear to come $ with the linux libs. oops, my mistake. i can see /usr/bin/linux on my machine (freebsd-current). it's a simple shell script: #!/bin/sh # $Id$: linux,v 1.2 1995/10/28 12:35:06 peter Exp $ modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o sorry about that.