#  You must edit this file to use a PROM-based server.

#
#  Define parameters related to downloading.  An NCD16 can either be
#  downloaded from the network or can run the server out of the PROMs
#  if they're installed.  On the NCD19, the PROM code is downloaded
#  into RAM since the PROM speed is too slow for the NCD19 to perform
#  well.
#

#
#  The boot at reset parameter determines whether we even bother
#  downloading a server or not.  If it's set to no, we just enter the
#  boot monitor and get the > prompt.  If it's set to yes, then the
#  remaining parameters in this file are of interest.
#
boot-at-reset = yes
#boot-at-reset = no

#
#  Assuming we do download at reset, the boot monitor needs to know where
#  to find the server image to be downloaded.  We'll assume we're
#  downloading via MOP.  If the unit is PROM based, use the second parameter
#  assignment and ignore the rest of this file.
#
server-code = ncdnet
#server-code = prom
