<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thunking the other way, like win95?<br>
<div class="im"><br></div></blockquote><div><br>I think Win 3.x with Win32s thunked 32 bit calls to 16 bit calls and on Win95 it thunked 16 bit calls to 32 bit calls. It depended on the underlying implementation - 16 bit or 32 bit. Either way - complexity. I think this is why OS/X was more stable than Win32 (95, XP, NT and the like). OS/X provided a complete emulator for pre-OS/X applications (On x86 platforms there was a PowerPC emulator for OS/X apps).<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have a GCC 3.3.3 crosscompiler that produces TOS binaries.  Meant for<br>
MiNT, but I&#39;ve run the binaries on Emutos.<br>
<br></blockquote><div><br>I think support for GCC 3.4 would be preferable but if it is compatible with with GCC 3.2 or greater you have an implementation of almost all of the C99 and C++ 2.0 standards. I&#39;ll have to check docs to confirm that though. As I said I don&#39;t have a lot of experience with GEM/TOS on Atari. It would be the better version to port though (already flat memory model and 32 bit aware on the 68K based hardware). The Atari versions of AES and the desktop (or their open source replacements) would be a lot easier to convert to a 32 bit flat memory model PC based system. The source for PC based GEM I&#39;ve looked at has a *lot* of assembly in it - is that the case for Atari GEM?<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-uso.<br>
<div><div></div><div class="h5">_______________________________________________<br>
gem-dev mailing list<br>
<a href="mailto:gem-dev@simpits.org">gem-dev@simpits.org</a><br>
<a href="http://www.simpits.org/mailman/listinfo/gem-dev" target="_blank">http://www.simpits.org/mailman/listinfo/gem-dev</a><br>
</div></div></blockquote></div><br>