CONSOLIO This module contains routines which are used to interface to non-interrupt console I/O routines. These routines are normally part of the VMS executive, although they are part of paged BUGCHECK code and therefore are not available directly. The routines provided here superceed those provided with the VMS executive for images linked to them. These routines provide a convient way for drivers and other executive level code to output messages (typically debug) to the console terminal from evevated IPL. It should be noted that these routines mimic the corresponding VMS routines with the prefix CON$ There is a sub-directory here, [.TEST] which contains a simple test program that will utilize these routines. NOTE: These routines talk directly to the console port, so on VAXstation I/O won't show up in the 'console window', but is sent out to the nine-pin connector on the back of the microVAX. To rebuild the BLISS versions, execute the command procedure BUILD-BLISS.COM. I don't have time to set up everthing so this stuff can be compiled by the Macro people, such is life... Brian Catlin Jim Gray 4-MAY-1990