10 MODE 0
   20 PRINTSPC(35)"ZNOS"'
   30 PRINT"This is an operating system to allow the Acorn Z80 2nd processor to be used"
   40 PRINT"with an Econet fileserver.  It is supplied as an 8K ROM image; this should be"
   50 PRINT"programmed into a ROM or loaded into sideways RAM.  If it is inserted in the"
   60 PRINT"highest priority ROM socket, ZNOS will start automatically after ctrl-break"
   70 PRINT"or power-on.  Alternatively, the command *ZNOS may be issued from the '*'"
   80 PRINT"prompt after a soft break."
   90 PRINT"   ZNOS is an emulation of CP/M version 2.2, and will allow most CP/M software"
  100 PRINT"to be used with the fileserver.  CP/M filenames of the form <name>.<ext> are"
  110 PRINT"translated to file <name> in subdirectory <ext>.  The necessary directories are"
  120 PRINT"created automatically.  DIP or similar programs may be used to transfer files"
  130 PRINT"from CP/M format discs to the fileserver."
  140 PRINT"  Star commands may be used from the CCP's 'A]' prompt, and so the directory"
  150 PRINT"structure may be viewed either from the CP/M viewpoint with DIR, ERA, REN etc."
  160 PRINT"or from the BBC viewpoint with *CAT, *DELETE, *RENAME etc."
  170 PRINT"   Copying of ZNOS is permitted; see *HELP ZNOS when the ROM is installed"
  180 PRINT"for details."