1 02/13/85 define 2 3 Syntax as a command: define vcons type dest 4 5 6 Function: defines a virtual console or adds a destination for it to 7 the destination list of a previously-defined virtual console. This 8 command can be used in ring 4 only. 9 10 11 Arguments: 12 vcons 13 is the name of the virtual console to which output is to be routed. 14 type 15 is the type of destination and has the following effects on the dest 16 argument. 17 18 If type is tty, dest must be a channel_id that has been accepted 19 previously. 20 21 If type is log, dest is the name of the log file in >sc1 to which 22 messages are added as they are sent to the virtual console. 23 24 25 If type is sink, dest can be any name; output sent to a sink 26 vanishes. 27 dest 28 is the destination for the virtual console. A virtual console may 29 have up to eight destinations.