Subject: Re: COMPAT_FREEBSD for amd64?
To: None <port-amd64@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: port-amd64
Date: 03/01/2007 01:35:04
In article <45E4B53C.6070802@tastylime.net>,
Jeff Rizzo  <riz@tastylime.net> wrote:
>Can someone give me some pointers of what needs to be done to get
>COMPAT_FREEBSD to do something useful while running NetBSD/amd64?  I'm
>interested in running the 3ware utility tw_cli (which runs under
>NetBSD/i386 with COMPAT_FREEBSD) - there are both 32-bit and 64-bit
>FreeBSD binaries available.
>
>If it's mostly gruntwork, I'm happy to do it - I'm just not quite sure
>where to start.
>

Look at what was done for svr4 and svr4_32.... We need to create freebsd_32
and add the freebsd_*.c files in arch/x86_64/x86_64

christos