Subject: Re: Linux binaries compiled with libc-5.2.16
To: None <port-i386@NetBSD.ORG>
From: Frank van der Linden <frank@fwi.uva.nl>
List: port-i386
Date: 12/26/1995 11:43:28
Quoting Koji Imada - je4owb/2,

> I have modified Linux compat code to implement writev() system call
> and appletviewer run some applet. That's fantastic. There are some
> problem with sounds(java stops when playing sound?). Is this my
> modification problem? I don't know. I will try farther with JDK.

No need to do it yourself, I checked these changes in some days ago :-)
About sound: sound is not yet supported (I'm working on it, hope to have
some time to finish it soon). It should quite _stop_ when playing sound..
the ioctl() calls will fail of course, but there's no reason for the
program to stop. Oh well.

- Frank