Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!mephisto!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: minix ST 1.5.0 Message-ID: <18279@nigel.udel.EDU> Date: 2 May 90 08:06:41 GMT Sender: usenet@udel.EDU Lines: 7 It is a trivial task to recompile the MINIX-ST code with the compiler I posted recently using 32-bit ints, but take care of the interface to the operating system: change all int's to short in message structures! Christoph van Wuellen. P.S.: although 32-bit ints are fine, 16-bit ints are the default with my compiler since it is much more efficient on an 68000. If you have a 32-bit machine, 16-bit ints make no sense.