From bf7ce02180f3b1b9941274a08e5a8bc3429a5a45 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 22 Feb 1999 20:56:34 +0000 Subject: [PATCH] Initial revision --- src/m/f301.h | 7 +++++++ src/s/uxpv.h | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/m/f301.h create mode 100644 src/s/uxpv.h diff --git a/src/m/f301.h b/src/m/f301.h new file mode 100644 index 00000000000..1ec0b221386 --- /dev/null +++ b/src/m/f301.h @@ -0,0 +1,7 @@ +/* Machine description file for Fujitsu F301 machines. */ + +/* The following line tells the configuration script what sort of + operating system this machine is likely to run. + USUAL-OPSYS="uxpv" */ + +#include "delta88k.h" diff --git a/src/s/uxpv.h b/src/s/uxpv.h new file mode 100644 index 00000000000..94ea91eb1a1 --- /dev/null +++ b/src/s/uxpv.h @@ -0,0 +1,11 @@ +/* System description file for Fujitsu UXP/V + This file describes the parameters that system description files + should define or not. */ + +#include "usg5-4-2.h" + +/* SYSTEM_TYPE should indicate the kind of system you are using. + It sets the Lisp variable system-type. */ + +#undef SYSTEM_TYPE +#define SYSTEM_TYPE "uxpv" -- 2.39.2