OpenBoot 3.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, 0x00030009 = firmware version 3.9). 

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-all

( -- )

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

sync

( -- )

Call the operating system to write any pending information to the hard disk.