Subject: Re: File system performance on i386
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-perform
Date: 02/24/2001 23:42:54
On Sat, Feb 24, 2001 at 07:39:31PM +0100, Manuel Bouyer wrote:
> You should try to compile your software using linux binaries and includes
> under a NetBSD (for example, copies a linux install in /emul/linux,
> 'chroot /emul/linux /bin/csh' and build your software).

..but keep in mind that this will mean extra overhead for system calls,
for example each filename lookup might result in 2 ones because of
the shadow tree handling.

- Frank