Overview of iBook Computer

The iBook computer is a portable computer for the consumer and education markets. This chapter lists the computer’s features, with emphasis on the changes from the previous models.

New Features

The features that have changed are listed here along with references to the sections that describe them.

All Features

Here is a list of the features of the iBook computer. Each feature is described in a later chapter, as indicated in the list.

Peripheral Devices

In addition to the devices that are included with the computer, several peripheral devices are available separately:

System Software

The iBook computer comes with both Mac OS X v. 10.2 and Mac OS 9.2.2 installed. Mac OS X is the default system. The Mac OS 9.2.2 software contains additional drivers for the graphics controller and CD-RW/Combo optical drives.

For more information about Mac OS X, see the reference listed in Mac OS X. For the latest information about Mac OS 9.2, see the references listed in Mac OS 9.2.2.

Here are a few items of interest about the system software on the iBook computer.

Machine Identification

Current and recent Macintosh ROMs share the same BoxFlag. The intent is for applications to use properties in the Open Firmware device tree rather than checking BoxFlag to find out the features of the machine. On all these machines, a call to gestaltMachineType returns the value 406 ($196).

Asset management software that reports the kind of machine it is run on can obtain the value of the property at Devices:device-tree:compatible in the name registry. The model string is the first program-usable string in the array of C strings in the compatible field. For the iBook computer, the model property value is PowerBook4,3.

The string obtained from the compatible property cannot be displayed to the computer user. If available, use the result from calling Gestalt ('mnam', &result), where result is a string pointer. This call returns a Pascal style string that can be displayed to the user.

Applications should not use either of these results to infer the presence of certain features; instead, applications should use Gestalt calls to test for the features they require.

Power Stepping

To conserve power when operating on battery power, the iBook computer supports two methods of power stepping to slow down the processor clock. One method is an inherent feature of the PowerPC G3 chip, called Dynamic Power Stepping (DPS) and cannot be adjusted by the user. DPS is controlled automatically by the system, stepping up the processor speed for performance-intensive applications and stepping down the processor speed for energy-efficient applications.

Under Mac OS X, users can manually step down the processor by adjusting the Energy Saving Settings, which are located under the Energy Saver panel of System Preferences. Users can select from preconfigured profiles including Automatic, Highest Performance, Longest Battery Life, DVD Playback, and Presentations, or customize their own energy settings. Highest Performance and Longest Battery Life profiles override the DPS feature. Highest Performance maintains the highest processor speed while Longest Battery Life caps the processor speed at 400MHz.

Under Mac OS 9, the user can manually step down the processor in the Energy Saver control panel, which is also accessible via the control strip. In the Energy Saver control panel, the user can check a check box labeled Reduce Processor Speed in the Advanced Settings panel. In the Energy Saver control strip, the user can select Faster Processor Speed or Slower Processor Speed.

Target Disk Mode

The user has the option at boot time to put the iBook computer into a mode of operation called target disk mode (TDM). When the iBook computer is in target disk mode and connected to another Macintosh computer by a FireWire cable, the iBook computer operates like a FireWire mass storage device with the SBP-2 (Serial Bus Protocol) standard. Target disk mode has two primary uses:

  • data transfer between computers

  • diagnosis and repair of a corrupted internal hard drive

The iBook computer can operate in target disk mode as long as the other computer has a FireWire port and either Mac OS X (any version) or Mac OS 9 with FireWire software version 2.3.3 or later.

To put the iBook computer into target disk mode, restart the computer and hold down the T key until the FireWire icon appears on the display. Then connect a FireWire cable from the iBook computer to the other computer. When the other computer completes the FireWire connection, a hard disk icon appears on its desktop.

If the iBook computer is turned off or the FireWire cable is disconnected while in target disk mode, an alert appears on the other computer. Disconnecting while the disk is in use can cause loss of data on the disk.

To take the iBook computer out of target disk mode, drag the hard disk icon on the other computer to the trash, then press the power button on the computer.

For more information about target disk mode, see the section “Target Mode” in Technical Note TN1189, The Monster Disk Driver. For information about obtaining the technical note, see Apple Technical Notes.