Browse Source

Initial revision

ceriel 34 years ago
parent
commit
e27e0eafd0
3 changed files with 27 additions and 0 deletions
  1. 9 0
      mach/m68k2/ncg/.distr
  2. 9 0
      mach/m68k2/ncg/whichone.h
  3. 9 0
      mach/moon3/ncg/whichone.h

+ 9 - 0
mach/m68k2/ncg/.distr

@@ -0,0 +1,9 @@
+Makefile
+README
+instrmacs.h
+mach.c
+mach.h
+table
+whichone.h
+tables1.c
+tables1.h

+ 9 - 0
mach/m68k2/ncg/whichone.h

@@ -0,0 +1,9 @@
+/* $Header$ */
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
+
+#define	WORD_SIZE	2	/* should be 2 or 4 */
+#define TBL68000	1	/* should be TBL68020 or TBL68000 */
+/* #define TBL68881	1 	/* use floating point processor */

+ 9 - 0
mach/moon3/ncg/whichone.h

@@ -0,0 +1,9 @@
+/* $Header$ */
+/*
+ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
+ * See the copyright notice in the ACK home directory, in the file "Copyright".
+ */
+
+#define	WORD_SIZE	2	/* should be 2 or 4 */
+#define TBL68020	1	/* should be TBL68020 or TBL68000 */
+/* #define TBL68881	1 	/* use floating point processor */