Newsgroups: comp.sys.transputer
From: msandford@delphi.com
Subject: Re: Inmos ISERVER in huge model, anyone?
Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
Date: Thu, 16 Jun 94 23:41:42 -0500
Message-ID: <ZaxRAYO.msandford@delphi.com>

Jimmy S K Wai <skwai@csd.hku.hk> writes:
 
>>I am working with the INMOS iserver source.  I have made ISERVER into a
>>library that can be called from my own programs, but of course I ran out
>>of the available 64K for code and data.  (I compiled using Borland C++ in
>>small model mode)
>>
>>Then I tried (and tried, and tried...) to rewrite and compile IServer for
>>the huge memory model.  No luck.  Has anyone ever done this and if so, can
>>you tell me how you did it, what you changed in the source etc...
 
I have done quite a few mods to iserver but never needed to go to large/huge
model as far as I can figure the only critical places are the segment addresses
in link module inwhich you will have to switch to another segment and switch
back when done.  May greatest problems with iserver have been the borland
compiler just have not been able to get it to work right borland seem to
to be doing something different which i can't seem to locate, everyting
always seem to work fine in Microsoft C so I would suggest that you switch
compilers and see if that helps.
 
----------------------------------------------------
msandford@delphi.com
Bad spellers of the world untie!!!!!!!

