OpenBoot 2.x Quick Reference

Miscellaneous Operations

Table 1-13 Miscellaneous Operations

eject-floppy

( -- ) 

Eject the diskette from the drive. 

firmware-version

(-- n) 

Return major/minor CPU firmware version (that is, 0x00020001 = firmware version 2.1). 

ftrace

( -- ) 

Show calling sequence when exception occurred. 

get-msecs

( -- ms ) 

Return the approximate current time in milliseconds. 

ms

( n -- ) 

Delay for n milliseconds. Resolution is 1 millisecond. 

reset

( -- ) 

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.