Am 30.05.2014 um 21:35 schrieb gettimothy <gettimothy@zoho.com>:

>>On 30-05-2014, at 11:58 AM, Andreas Wacknitz <a.wacknitz@gmx.de> wrote:

>> Hi tty, 
>> I am waiting eagerly for your results. My PharoVM for OpenIndiana is not yet working perfectly. 
>> I have some minor problems with sound (just the first tone and then silence) 

>You may possibly suffering from a similar problem to the Pi - I was using the interrupt based ticker heartbeat and that was mangled by the badly written sound library. Changing to the thread based ticker solved that particular issue. 
>
>tim


And, correct me if I am wrong, doing that only requires removing the i-timer-heartbeat directive  -DITIMER_HEARTBEAT=1  from your CFLAGS string and recompiling.
Yes, that’s correct. And if you want to run it under Solaris 11 / OpenSolaris you will need to give the users the privilege to control the process priorities, e.g.:
usermod -K defaultpriv=basic,proc_priocntl andreas

Regards,
Andreas