[Vm-dev] VMMaker & potential VM Port

Ken.Dickey Ken.Dickey at whidbey.com
Sat Sep 26 12:07:31 UTC 2015


On Sat, 26 Sep 2015 14:41:47 -0400
"David T. Lewis" <lewis at mail.msen.com> wrote:

> If you want to start simple with an interpreter VM, and if you have a Linux
> system to work with, here is how to do it:
> 
>   http://lists.squeakfoundation.org/pipermail/vm-dev/2015-April/018259.html
> 
> Once you have that working (should take about 10 minutes), try loading VMMaker
> and generating a minimal set of sources. Evaluate "VMMakerTool minimal" and
> use that to generate a set of sources with just the minimum set of plugins
> needed to run. That will give you a slow but working VM that can talk to
> files and networking. If you don't care about networking, you can remove
> SocketPlugin from the configuration and you will still have a working VM.

Many thanks!!  32 bit build workes fine. 

Now back to writing Limbo code, 
-KenD


More information about the Vm-dev mailing list