From e2ce4995e61e500ab3b95b94552f4a95b8a386f0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 20 Aug 1990 15:07:38 +0000 Subject: [PATCH] Initial revision --- mach/m68k2/ncg/.distr | 9 +++++++++ mach/m68k2/ncg/whichone.h | 9 +++++++++ mach/moon3/ncg/whichone.h | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 mach/m68k2/ncg/.distr create mode 100644 mach/m68k2/ncg/whichone.h create mode 100644 mach/moon3/ncg/whichone.h diff --git a/mach/m68k2/ncg/.distr b/mach/m68k2/ncg/.distr new file mode 100644 index 000000000..dfd7ca1f0 --- /dev/null +++ b/mach/m68k2/ncg/.distr @@ -0,0 +1,9 @@ +Makefile +README +instrmacs.h +mach.c +mach.h +table +whichone.h +tables1.c +tables1.h diff --git a/mach/m68k2/ncg/whichone.h b/mach/m68k2/ncg/whichone.h new file mode 100644 index 000000000..2dad8898f --- /dev/null +++ b/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 */ diff --git a/mach/moon3/ncg/whichone.h b/mach/moon3/ncg/whichone.h new file mode 100644 index 000000000..60425c640 --- /dev/null +++ b/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 */ -- 2.34.1