21 Oct 94

This tar file contains the source to the runtime component of the
Midway distributed shared memory system developed at Carnegie Mellon
University.  It is a "no build" distribution for the purposes of
disseminating research results.

THIS SOURCE IS FOR VIEWING ONLY.  IT WILL NOT BUILD.  THERE IS NO SUPPORT.

The subdirectories contained herein are as follows:

runtime/			the source to the Midway library
runtime/xpager			Mach external pager used by midway
runtime/memory			the majority of the runtime
runtime/memory/pmax_mach	Machine-specific component: setting dirtybits
				and adjusting the stack.

startup/csu.mips		source to crt0.c which hands off control to 
				the midway runtime

smexec/				source to smexec/smexecd: the method for
				starting a Midway program

All Midway source contains the following copyright:
/* 
 * Midway Distributed Shared Memory System
 * Copyright (c) 1994 Carnegie Mellon University
 * All Rights Reserved.
 * 
 * Permission to use, copy, modify and distribute this software and its
 * documentation is hereby granted, provided that both the copyright
 * notice and this permission notice appear in all copies of the
 * software, derivative works or modified versions, and any portions
 * thereof, and that both notices appear in supporting documentation.
 * 
 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
 * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
 */

				

