New World Rom Article Index for
New World
Website Links For
New World
 

Information About

New World Rom




New World ROM Macs are the first Macs where direct usage of the Open Firmware (OF) subsystem is encouraged. Previous PCI Power Macs used Open Firmware for booting, but the implementation was not complete; in these machines OF was only expected to probe PCI devices, then immediately hand control over to the Mac OS ROM. Because of this, versions 1.0.5 and 2.x had several serious bugs, as well as missing functionality (such as being able to load files from an HFS partition or a TFTP server). Apple also set the default input and output devices to ttya (the Modem port on beige Macs), which made it difficult for normal users to get to Open Firmware; to do so it was necessary to either hook up a terminal, or change the Open Firmware settings from inside Mac OS using a tool such as ''Boot Variables'' or Apple's ''System Disk''.

The New World ROM introduced a much-improved version of the Open Firmware interpreter, version 3.0, which added many missing features, fixed most of the bugs from earlier versions, and had the capability to run CHRP ''boot scripts''. The Toolbox ROM was embedded inside a CHRP script in the System Folder called "Mac OS ROM", along with a short loader stub and a copy of the Happy Mac icon (in Mac OS X 10.2 and higher, this was replaced with a silhouette of the Apple logo on a blank gray screen) suitable for display from Open Firmware. Once the ROM was loaded from disk, the Mac boot sequence continued as usual. As before, Open Firmware could also run a binary Boot Loader , and version 3.0 added support for ELF objects as well as the XCOFF files versions 1.0.5 and 2.0 supported. Also, version 3.0 (as well as some of the last releases of version 2.x, starting with the PowerBook 3400) officially supported direct access to the Open Firmware command prompt from the console (by setting the ''auto-boot?'' variable to ''false'' from MacOS, or by holding down Command-Option-O-F at boot).

One major difference between Old World ROM Macs and New World ROM Macs, at least in classic Mac OS, is that the Gestalt selector for the machine type is no longer usable; all New World ROM Macs use the same mach ID, 406 decimal, and the actual machine ID is encoded in the "model" and "compatible" properties of the root node of the Open Firmware device tree. The New World ROM also sets the "compatible" property of the root node to "MacRISC2" (machines that can boot classic Mac OS using "Mac OS ROM") or "MacRISC3" (machines that can only boot Mac OS X or another Unix -like system). Also the firmware doesn't include either the toolbox or the 68k emulator, and is so reduced from 4 MB to just 1 MB in size, as these are inside the "Mac OS ROM" file in classic Mac OS and are not needed on other OSes like Mac OS X .

It is somewhat easier to boot a non-MacOS operating system on a New World system, and indeed OpenBSD 's bootloader only works on a New World system.

As Of January 2006 information is not widely available on the firmware architecture of the new Intel Macintosh systems; however, they are known to use Intel's EFI architecture in preference to a PC-style BIOS .


EXTERNAL LINKS