OpenBoot 2.x Command Reference Manual

Forth Programs

Forth programs are ASCII source files that must be converted to the file format required by the secondary boot program. A utility called fakeboot is available from the SBus Support Group at Sun to perform this conversion. After the file is loaded into memory, it can be executed using the command eval.

For instance, if the file is loaded to address 0x4010, and runs for 934 bytes, type:


ok 4010 d# 934 eval