Difference between revisions of "MacMiNT"

From Computer History Wiki
Jump to: navigation, search
(initial version)
 
m
Line 1: Line 1:
 +
[[Image:MacMiNT.jpg|right]]
 
MINT back in the day for [[AtariST]]’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]]!
 
MINT back in the day for [[AtariST]]’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]]!
  

Revision as of 09:52, 11 February 2009

MINT back in the day for AtariST’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 Enviroment", 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 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.