From owner-freebsd-hackers Thu Jan 16 01:01:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA11361 for hackers-outgoing; Thu, 16 Jan 1997 01:01:54 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA11353 for ; Thu, 16 Jan 1997 01:01:48 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vkngA-0002CM-00; Thu, 16 Jan 1997 02:00:10 -0700 To: Jake Hamby Subject: Re: Binary emulations Cc: Philippe Regnauld , freebsd-hackers@freebsd.org In-reply-to: Your message of "Wed, 15 Jan 1997 20:15:19 PST." References: Date: Thu, 16 Jan 1997 02:00:10 -0700 From: Warner Losh Message-Id: Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message Jake Hamby writes: : We already have the ELF binary support. The hardest part will be adding : all the syscall support for the SVR4 API, and providing the appropriate : shared libraries. I suggest you look at Linux's IBCS2 emulator, which : supports Solaris/x86, SCO, and XENIX reasonably well. Does the SYSV4 emulator in NetBSD or OpenBSD help at all here? Warner