Skip to content

Files

This branch is 268 commits behind OpenSmalltalk/opensmalltalk-vm:Cog.

image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 20, 2018
Mar 20, 2018
Aug 20, 2021
Apr 27, 2017
Apr 27, 2017
Mar 22, 2022
May 1, 2017
May 1, 2017
Apr 9, 2016
Jan 4, 2020
Oct 13, 2021
Jan 4, 2020
Apr 28, 2017
Mar 5, 2018
Apr 27, 2017
Oct 8, 2019
Dec 30, 2018
Apr 16, 2018
Oct 13, 2021
Apr 27, 2017
Mar 22, 2020
May 28, 2014
Jan 28, 2019
Jul 23, 2022
Jul 23, 2022
Jul 23, 2022
Jul 23, 2022
Jul 23, 2022
Jul 23, 2022
Jul 23, 2022
Mar 20, 2018
Oct 8, 2019
Jul 23, 2022
Jul 22, 2022
Jul 23, 2022
Jul 23, 2022
Mar 20, 2018
Mar 20, 2018
Jul 23, 2022
Jul 23, 2022
Jul 23, 2022
Jul 23, 2022
Mar 20, 2018
This directory contains scripts that can build various VMMaker and Spur images.
As of 2018 the default VMMaker build scripts are
	buildspurtrunkvmmaker64image.sh
	buildspurtrunkvmmakerimage.sh
which build Spur64VMMaker.image or SpurVMMaker.image respectively.

The buildspurtrunkreader64image.sh & buildspurtrunkreader.sh scripts build a
Spur image containing a simple REPL that is convenient for testing in the
simulator, called spurreader-64.image or spurreader.image respectively.

The scripts take a -vm argument.  If there is no -vm argument they try and
download a VM from bintray.  If this process fails you can build your own
vm (see the build directories in trhe parent directory, and the HowToBuild
files within them) and supply the executable as the argument to -vm.