[Vm-dev] [Pharo-dev] Solaris VM ?

Andreas Wacknitz a.wacknitz at gmx.de
Fri May 30 19:49:38 UTC 2014


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

> >>On 30-05-2014, at 11:58 AM, Andreas Wacknitz <a.wacknitz at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20140530/d121be02/attachment.htm


More information about the Vm-dev mailing list