Difference between revisions of "MacMiNT"

From Computer History Wiki
Jump to: navigation, search
(Original site is now gone, but luckily i had mirrored it!)
(Updated download links since so many things are dead)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Image:MacMiNT.png|right|thumb|MacMiNT under Basilisk II]]
 
[[Image:MacMiNT.png|right|thumb|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]]!
+
 
 +
MINT back in the day for [[Atari ST]]’s was a [[UNIX]]-like layer that ran on top of [[Atari TOS|TOS]] (The Atari [[MS-DOS]] like [[operating system|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!
 
So, it’s UNIX!
  
Sort of. Consider it an "Operating Environment", much like what Windows 3.1 was to MS-DOS.
+
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.
+
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.
+
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:
+
You can find the binaries [https://archive.org/details/macmint/MacMiNT.png here on archive.org]
  
http://macmint.superglobalmegacorp.com/install/
+
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]].
  
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 ==
 
 
I've even managed to port [[Zork]] to Mint via [[f2c]].  It was pretty straight forward...  You can download it [http://vpsland.superglobalmegacorp.com/install/f2c/dungeon-2.5.6-m68k-mint.zip here].
 
I've even managed to port [[Zork]] to Mint via [[f2c]].  It was pretty straight forward...  You can download it [http://vpsland.superglobalmegacorp.com/install/f2c/dungeon-2.5.6-m68k-mint.zip here].
  
{{stub}}
+
{{semi-stub}}
[[Category:Operating Environments]]
+
 
 +
[[Category: Operating Environments]]
 +
[[Category: Atari]]

Latest revision as of 13:59, 9 December 2022

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 on archive.org

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.