/* MMInit.h, Copyright (c) by George Fankhauser, Swiss Federal Institute of Technology, Computer Engineering and Networks Laboratory. TOPSY -- A Teachable Operating System. Implementation of a tiny and simple micro kernel for teaching purposes. For further information, please visit http://www.tik.ee.ethz.ch/~topsy This software is provided under the terms of the GNU General Public Licence. A full copy of the GNU GPL is provided in the file COPYING found in the development root of Topsy. */ /* File: $Source: /usr/drwho/vault/cvs/topsy/Topsy/Memory/MMInit.h,v $ Author(s): George Fankhauser Affiliation: ETH Zuerich, TIK Version: $Revision: 1.5 $ Creation Date: Last Date of Change: $Date: 1999/12/13 21:48:30 $ by: $Author: ruf $ $Log: MMInit.h,v $ Revision 1.5 1999/12/13 21:48:30 ruf GNU General Public Licence Update Revision 1.4 1997/04/23 09:19:22 gfa formatting * Revision 1.3 1997/02/13 16:18:04 zitzler * cosmetics * * Revision 1.2 1997/02/13 15:43:44 conrad * First compilation/linking of complete environment (all modules) * * Revision 1.1 1997/02/12 16:18:52 zitzler * Initial revision * */ #ifndef _MMINIT_H_ #define _MMINIT_H_ #include "Memory.h" #endif