The lisp executables in this directory are specific to machine
architectures and operating systems, as are the associated image files
(in the top-level directory). The file that is actually used is
specified in the executable surf-hippo script in the top-level
surf-hippo directory, e.g.:

  #!/bin/sh

  cd $SURFHOME
  exec cmucl/cmu17f-sun4m.sunos.4.1.3 "$@" -core image -eval '(load "loaders/initial-message.lisp" :verbose nil)' 
