This directory contains the source files for T's boot loader for Apollo
systems.  Building the boot loader should be straightforward using the
makefile. 

Notes:
    - In an early release of SR10 (Domain OS), the boot loader didn't compile
      correctly because of a bug in the Pascal compiler.  Using the -opt 0
      flag corrected the problem.  At this time (11Jul90) I do not know
      whether this bug has been corrected, so the makefile uses -opt 0.
    - The boot loader depends on the Domain OS proprietary include file
      /os/ins/fault.ins.asm which defines where various registers are stored
      in a fault frame.  A version of that file is included here for SR10.2,
      supplied by Nat Mishkin of Apollo.  If Apollo changes the fault frame
      format in a future OS release, we will need to get a new copy of the
      file. 

Questions or problems to mohr@cs.yale.edu or t3-bugs@cs.yale.edu



