From owner-freebsd-current@FreeBSD.ORG Sun Jun 27 00:04:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE0A016A4CE; Sun, 27 Jun 2004 00:04:58 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B47F43D39; Sun, 27 Jun 2004 00:04:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i5QNwiDP036990; Sat, 26 Jun 2004 17:58:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 26 Jun 2004 17:59:01 -0600 (MDT) Message-Id: <20040626.175901.35348923.imp@bsdimp.com> To: tjr@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040626140422.GA10281@cat.robbins.dropbear.id.au> References: <20040626125907.5b5b3ae7.flynn@energyhq.es.eu.org> <200406261535.47434.michaelnottebrock@gmx.net> <20040626140422.GA10281@cat.robbins.dropbear.id.au> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: alex@hightemplar.com Subject: Re: HEADSUP: ibcs2 and svr4 compat headed for history X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 00:04:59 -0000 In message: <20040626140422.GA10281@cat.robbins.dropbear.id.au> Tim Robbins writes: : On Sat, Jun 26, 2004 at 03:35:40PM +0200, Michael Nottebrock wrote: : > On Saturday 26 June 2004 12:59, Miguel Mendez wrote: : > > On Sat, 26 Jun 2004 13:36:25 +0300 : > > Alex Keahan wrote: : > > : > > Hi, : > > : > > > Is Solaris/x86 supported by ibcs2 or svr4? Solaris/x86 is being : > > > actively developed by Sun and is far from extinct. : > > : > > Solaris/x86 is a niche product. : > > [...] : > : > That's all very subjective arguments. The question is, does the binary compat : > _work_ for any recent Solaris/x86 stuff? I rather doubt it, but haven't : > checked, Scott seems to suggest it doesn't. : : Last time I checked, it was at least capable of running a "Hello World" : program compiled on SunOS 5.8. I suspect it would be capable of running : most programs that use only Standard C library routines, but I doubt : something like Java would run -- it doesn't even work well under : Linux emulation. While I did get /bin/cat to work, /bin/ls didn't for me. :-( Warner