
This directory contains the configuration files for the
11/34 overlayed kernel.  It should work on any mapped 11.
Mkconf has been modified to accept two additional keywords:
"m40" causes it to generate an l.s for 11/40 style processors,
that is, no .data in the front; "ov" causes it to put the
overlay descriptor tables in l.s.  File conf is our mkconf
input file.  The makefile will make the overlayed system.
The shell command file 'load' describes the actual partitioning
of the overlays.  Remember that the root segment must be between
8K bytes and 16K bytes and that all overlays must be less than
8K bytes.  The size program has been modified to understand
overlay format files and can be used to check this.  Mch.s is
a modified m40.s with overlay versions of csv, cret, save,
resume, and trap.  Note that the overlayed system must be booted
by the new bootstrap since it sets up the overlay tables in l.s.
The program 'fix' will convert an overlay format object file
into a 410 format file by throwing out all but one of the
overlays and changing the header.  This is useful to convert
the system image to a format accepable to adb (for poking around
in kernel data) and to ps, for instance.

