<br><br><div class="gmail_quote">On Wed, Jan 28, 2009 at 2:59 PM, Andreas Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de">andreas.raab@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="Ih2E3d">Eliot Miranda wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
#define TheInterruptSemaphore null<br>
<br>
so if one opens up the 1995 image and it tries to set the input semaphore it&#39;ll simply overwrite nil, which won&#39;t make the system very happy. &nbsp;So once again,<br>
<br>
anyone know what the correct value for TheInputSemaphore should be in a circa 1995 VM/image?<br>
</blockquote>
<br></div>
ObjectMemory&gt;&gt;initializeSpecialObjectIndices<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ProcessSignalingLowSpace := 22. &quot;was TheInputSemaphore&quot;<br>
<br>
I think &quot;reusing&quot; this index is wrong and should be considered broken (though it certainly doesn&#39;t matter for the Cog VM).</blockquote><div><br></div><div>I agree. &nbsp;The right thing to do then is to rip out TheInputSemaphore and make primInputSemaphore: fail for older usage.</div>
<div>&nbsp;&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
Cheers,<br><font color="#888888">
 &nbsp;- Andreas<br>
<br>
</font></blockquote></div><br>