<p dir="ltr">Eliot, in RSqueak we only implement exactly those primitives you need to run an update. If you check <a href="https://github.com/HPI-SWA-Lab/RSqueak/blob/master/rsqueakvm/plugins/socket_plugin.py">https://github.com/HPI-SWA-Lab/RSqueak/blob/master/rsqueakvm/plugins/socket_plugin.py</a> there are only 13 primitive functions that do not simply print "Missing primitive". Those are all you need. </p>
<br><div class="gmail_quote"><div dir="ltr">Levente Uzonyi <<a href="mailto:leves@caesar.elte.hu">leves@caesar.elte.hu</a>> schrieb am Do., 29. Dez. 2016, 00:21:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="gmail_msg">
That's a rather long list of primitives.<br class="gmail_msg">
Most images only use the resolver primitives, and optionally the TCP<br class="gmail_msg">
primitives. If it's a Squeak image and useOldNetwork is enabled, then you<br class="gmail_msg">
don't have to implement the new network primitives either.<br class="gmail_msg">
<br class="gmail_msg">
Levente<br class="gmail_msg">
</blockquote></div>