[Vm-dev] Unix VMs

Douglas Brebner squeaklists at fang.demon.co.uk
Mon Aug 10 09:32:14 UTC 2009


Bert Freudenberg 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?
>
>
echo `uname -s`-`uname -m`
NetBSD-i386

For NetBSD-5.0.1/i386


More information about the Vm-dev mailing list