From owner-cvs-all Wed Apr 10 12:40: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-36.mail.demon.net (anchor-post-36.mail.demon.net [194.217.242.94]) by hub.freebsd.org (Postfix) with ESMTP id 9524137B400; Wed, 10 Apr 2002 12:39:57 -0700 (PDT) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-36.mail.demon.net with esmtp (Exim 3.35 #1) id 16vNwi-000B75-0a; Wed, 10 Apr 2002 20:39:56 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.12.2/8.11.2) with ESMTP id g3AJdu3I015133; Wed, 10 Apr 2002 20:39:56 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 10 Apr 2002 20:39:56 +0100 (BST) From: Doug Rabson To: Poul-Henning Kamp Cc: John Baldwin , Doug Rabson , , Subject: Re: cvs commit: src/sys/ia64/ia64 trap.c In-Reply-To: <63332.1018467377@critter.freebsd.dk> Message-ID: <20020410203838.C16912-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 10 Apr 2002, Poul-Henning Kamp wrote: > In message <20020410202906.J16912-100000@salmon.nlsystems.com>, Doug Rabson wri > tes: > >On Wed, 10 Apr 2002, John Baldwin wrote: > > > >> > >> On 10-Apr-2002 Doug Rabson wrote: > >> > dfr 2002/04/10 12:24:59 PDT > >> > > >> > Modified files: > >> > sys/ia64/ia64 trap.c > >> > Log: > >> > Add exception and syscall support for executing IA-32 binaries. > >> > >> You are evil. :) > > > >Oh yes. I just ran my first i386 binary on my ia64 box... > > Let me guess: cvsup ? :-) Hahahaha. I wish! It was this: int main(int argc, char** argv) { write(1, "Hello World!\n", 14); _exit(0); } Note that this is carefully crafted to not require any argument translation for the two syscalls it makes... -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message