Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!swrinde!sgigate.sgi.com!wetware!wsrcc.com!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: 19 Nov 1995 03:44:47 -0800 Organization: People's Front Against WWW Lines: 11 Sender: nawaz921@waldrog.cs.uidaho.edu Distribution: world Message-ID: <imybtcomkw.fsf@waldrog.cs.uidaho.edu> References: <48cefu$108o@macro.stanford.edu> 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: fchang@macro.stanford.edu's message of 15 Nov 1995 02:13:18 -0800 X-Newsreader: Gnus v5.0.9 In article <48cefu$108o@macro.stanford.edu> fchang@macro.stanford.edu (Mystical White Wolf) writes: $ There is supposed to be a source or package out there that $ allows FreeBSD users to execute Linux codes. Some FreeBSD $ users have used it to run Doom for Linux. Could someone $ tell me where to find this package? And could someone $ tell me how well it executes Linux codes? 1 recompile your kernel with ``options COMPAT_LINUX" 2 install linux libraries in /compat/linux/lib 3 run `/usr/sbin/linux' before you start up any linux programs.