Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!grumpy.fl.net.au!news.webspan.net!ix.netcom.com!howland.erols.net!math.ohio-state.edu!jussieu.fr!not-for-mail From: bouyer@antifer.ibp.fr (Manuel BOUYER) Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: How to make NetBSD-1.2 i386 execute ELF binaries Date: 28 Jan 1997 16:56:02 GMT Organization: Universites Paris VI/Paris VII - France Lines: 13 Message-ID: <5clb32$g3o$1@vishnu.jussieu.fr> References: <32ED6F29.41C67EA6@oz.net> NNTP-Posting-Host: antifer.ipv6.ibp.fr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: hodges@oz.net X-Newsreader: Newsview 0.39 (last pre-beta) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.netbsd.misc:5251 Bill&Virginia Hodges (hodges@oz.net) wrote: > Is there any way to get NetBSD-1.2 i386 to load > ELF format binaries from Solaris x86 and Linux? Yes. Put COMPAT_LINUX or COMPAT_SVR4 in your kernel config file (they are mutually exclusives). See compat_linux(8) for details (no compat_svr4(8), sorry ! But it is similar to compat_linux). -- Manuel Bouyer, MASI, Universite Paris VI. email: bouyer@masi.ibp.fr --