Difference between revisions of "MacMiNT"

From Computer History Wiki
Jump to: navigation, search
Line 13: Line 13:
 
http://www.sra.co.jp/people/hoshi/macmint/index-e.html
 
http://www.sra.co.jp/people/hoshi/macmint/index-e.html
  
It includes gcc 2.5.8, and a somewhat basic environment. It does have lots of potential, but the biggest gripe is that 8mb of ram just isn’t enough to do any serious compiling, and yes it will crash with virtual memory enabled. Also since it is 68000 programs it is running under emulation.. I have to admit that I am tempted to buy some kind of 68000 based Macintosh to run MacMiNT.
+
It includes gcc 2.5.8, and a somewhat basic environment. It does have lots of potential, but the biggest gripe is that it will crash with virtual memory enabled. Also since it is 68000 based programs it is running under emulation on the PowerMAC computers.. It will run on various 68k emulated MAC's namely [[Basilisk II]].
  
 
== Games ==
 
== Games ==

Revision as of 21:39, 27 October 2009

MacMiNT under Basilisk II

MINT back in the day for Atari ST’s was a UNIX like layer that ran on top of TOS (The Atari MS-DOS like OS) and provided basic Unix services. With the program aptly called JET (Just Enough TOS), the Macintosh 68000’s can setup a TOS compatible interrupt vector table, and run TOS procedure emulation to run the MINT binaries under MacOS!

So, it’s UNIX!

Sort of. Consider it an "Operating Environment", much like what Windows 3.1 was to MS-DOS.

First you need to disable Virtual Memory… That’s bad. Next it doesn’t support TCP/IP so it’s like being on Unix v6. But it’s fun at any rate.

You can find the binaries here:

http://www.sra.co.jp/people/hoshi/macmint/index-e.html

It includes gcc 2.5.8, and a somewhat basic environment. It does have lots of potential, but the biggest gripe is that it will crash with virtual memory enabled. Also since it is 68000 based programs it is running under emulation on the PowerMAC computers.. It will run on various 68k emulated MAC's namely Basilisk II.

Games

I've even managed to port Zork to Mint via f2c. It was pretty straight forward... You can download it here.