[Vm-dev] Unix VMs

Andrew Gaylard ag at computer.org
Mon Aug 10 08:49:26 UTC 2009


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


More information about the Vm-dev mailing list