OpenBoot 3.x Command Reference Manual

Miscellaneous Operations

Table I-45 Miscellaneous Operations

Command 

Stack Diagram 

Description 

callback string

( value -- ) 

Call Solaris with the given value and string. 

catch

( ... xt -- ??? error-code | ??? false ) 

Execute xt; return throw error code or 0 if throw is not called.

eject-floppy

( -- ) 

Eject the diskette from the floppy drive. 

firmware-version

(-- n ) 

Return major/minor CPU firmware version (that is, 0x00030001 = firmware version 3.1). 

forth

( -- ) 

Restore main Forth vocabulary to top of search order. 

ftrace

( -- ) 

Show calling sequence when exception occurred. 

noop

( -- ) 

Do nothing. 

reset-all

( -- ) 

Reset the entire system (similar to a power-cycle). 

sync

( -- )  

Call the operating system to write any pending information to the hard disk. Also boot after sync-ing file systems. 

throw

( error-code -- ) 

Return given error code to catch.