[Vm-dev] Unix VMs

Bert Freudenberg bert at freudenbergs.de
Mon Aug 10 08:55:17 UTC 2009


On 10.08.2009, at 10:50, Andrew Gaylard wrote:

>
> On Mon, Aug 10, 2009 at 10:49 AM, Andrew Gaylard<ag at computer.org>  
> wrote:
>> On Mon, Aug 10, 2009 at 10:23 AM, Bert Freudenberg<bert at freudenbergs.de 
>> > wrote:
>>>
>>> For Etoys-To-Go (http://wiki.squeakland.org/display/sq/Etoys+To 
>>> +Go) I'd like
>>> to package a few more VMs. In particular the ones downloadable from
>>> http://squeakvm.org/unix/ - but I need to detect the system we're  
>>> running
>>> on. Currently I'm using:
>>>
>>> echo `uname -s`-`uname -m`
>>>
>>> which on this box gives "Linux-i686". Could someone report what  
>>> they get on
>>> BSD, Solaris, etc?
>>
>> Sure:
>>
>> echo `uname -s`-`uname -m`
>>
>> - Andrew
>>
>
> Oh duh!  Copy-n-paste error.  Sorry:
>
> SunOS-sun4u

Ah, better :) That would require a Sparc Solaris VM, right? Which is  
not on squeakvm.org yet.

Do people think the uname -s / -m combo is enough or do I have to use  
config.guess? Or any other idea?

- Bert -




More information about the Vm-dev mailing list