C H A P T E R 5
Software
Trampoline Code
The Trampoline code is the component of the NewWorld architecture that handles the transition between Open Firmware and the ToolBox ROM Image. It retrieves all necessary information about the system from Open Firmware, instantiates RTAS, decompresses the ToolBox ROM Image, locates the Mac OS
ToolBox ROM Image
The NewWorld version of the ToolBox ROM Image is similar to the old ToolBox ROM in that it has a similar layout and contains many of the same components as it did before.
The ToolBox ROM Image includes code that contains
NewWorld Boot Process
Following is a high level view of the execution path take when a
1.The POST code runs (preliminary diagnostics, boot beep, initialization, and setup), with possible intervention in the Mini Nub.
2.Open Firmware initializes and begins execution, including building the device tree and the interrupt trees;
3.Open Firmware loads the Toolbox image file, based on defaults and
4.Open Firmware executes the Forth script in the bootinfo file, which contains instructions to read both the Trampoline code and the compressed ToolBox ROM Image and place them into a temporary place in memory;
NewWorld Boot Process | 63 |