Difference between revisions of "Mac"

From NetHackWiki
Jump to navigation Jump to search
m (Push back classic MacOS status to NetHack 3.6.0. Add a refsrc.)
(refactor a bit: put modern macOS first, correct spacing (it's "Mac OS", not "MacOS") for classic, make it clear classic is a retronym, cut down on mentions of OS X (renaming was a decade ago))
Line 4: Line 4:
 
The '''Mac''' (short for '''Macintosh''') is a family of personal computers made by Apple. The Mac line began in 1984 and continues to the present day, but the brand names, processors, operating systems and development tools used on Macs have changed significantly over time.
 
The '''Mac''' (short for '''Macintosh''') is a family of personal computers made by Apple. The Mac line began in 1984 and continues to the present day, but the brand names, processors, operating systems and development tools used on Macs have changed significantly over time.
  
'''Classic MacOS''' (previously simply called '''System Software''') was the operating system preloaded on Macs from 1984 to 2001. '''macOS''' (previously called '''Mac OS X''') is a [[Unix]]-based operating system that has been preloaded on Macs from 2001 to today.
+
'''macOS''' (previously called '''Mac OS X''') is a [[Unix]]-based operating system that has been preloaded on Macs from 2001 to today. '''Mac OS''' (previously simply called '''System Software''') was the operating system preloaded on Macs from 1984 to 2001; it is retroactively referred to as '''classic Mac OS''' to avoid confusion with the current macOS.
  
NetHack has been available for classic MacOS since at least [[NetHack 3.0.5]], released in 1989. It continued to be supported during the long reign of [[NetHack 3.4.3]], but it is unknown if [[NetHack 3.6.0]] will build or run on it.{{refsrc|./README|60|nethack=3.6.0}} In the NetHack [[source code]], files relevant to classic MacOS are stored in <code>sys/mac</code>.
+
NetHack has been available for classic Mac OS since at least [[NetHack 3.0.5]], released in 1989. It continued to be supported during the long reign of [[NetHack 3.4.3]], but it is unknown if [[NetHack 3.6.0]] will build or run on it.{{refsrc|./README|60|nethack=3.6.0}} In the NetHack [[source code]], files relevant to classic MacOS are stored in <code>sys/mac</code>.
  
NetHack is currently supported for modern macOS (ie Mac OS X). Since macOS is a Unix-based system, the build files are in <code>sys/unix</code>, ''not'' in <code>sys/mac</code>. It can be compiled with [[tileset|tiles]], according to [https://redd.it/eqg207 this discussion].
+
NetHack is currently supported for modern macOS. Since macOS is a Unix-based system, the build files are in <code>sys/unix</code>, ''not'' in <code>sys/mac</code>. It can be compiled with [[tileset|tiles]], according to [https://redd.it/eqg207 this discussion].
  
 
== References ==
 
== References ==

Revision as of 07:28, 10 July 2024

The Mac (short for Macintosh) is a family of personal computers made by Apple. The Mac line began in 1984 and continues to the present day, but the brand names, processors, operating systems and development tools used on Macs have changed significantly over time.

macOS (previously called Mac OS X) is a Unix-based operating system that has been preloaded on Macs from 2001 to today. Mac OS (previously simply called System Software) was the operating system preloaded on Macs from 1984 to 2001; it is retroactively referred to as classic Mac OS to avoid confusion with the current macOS.

NetHack has been available for classic Mac OS since at least NetHack 3.0.5, released in 1989. It continued to be supported during the long reign of NetHack 3.4.3, but it is unknown if NetHack 3.6.0 will build or run on it.[1] In the NetHack source code, files relevant to classic MacOS are stored in sys/mac.

NetHack is currently supported for modern macOS. Since macOS is a Unix-based system, the build files are in sys/unix, not in sys/mac. It can be compiled with tiles, according to this discussion.

References