From 9d3ae1c4d043deef422be5f6ae8e441284944f9e Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 19 Apr 1988 09:40:02 +0000 Subject: [PATCH] Added minixST --- Action | 4 ++++ NEW | 23 +++++++---------------- lib/.distr | 1 + mach/.distr | 1 + 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/Action b/Action index a5322b016..15b5f3908 100644 --- a/Action +++ b/Action @@ -166,6 +166,10 @@ name "Mantra M68000 System V.0 support" dir mach/mantra indir end +name "Atari ST Minix support" +dir mach/minixST +indir +end name "Z80 support" dir mach/z80 indir diff --git a/NEW b/NEW index bfb63c096..795ae50ed 100644 --- a/NEW +++ b/NEW @@ -1,21 +1,12 @@ -What's new: - A lot of things have changed since the previous distribution. It is not wise to mix files created by the previous version of the Kit with files belonging to this version, although that might sometimes work. -The major changes are: - - a new C-compiler and runtime system - - a new C preprocessor - - new assembler framework, allowing the generation of relocatable - object code for most processors - - new versions of all assemblers, using the new assembler framework - - a new link-editor, linking is now a separate and fast phase for most - machines - - improved Pascal compiler, now also handles 4-byte wordsize - - Motorola M68020 backend and assembler - - Support for (some) SUN systems - - improved version of LL(1) parser generator, producing faster code - - a new language: Occam - - better System V support, the Kit should now just compile and run +The major additions are: + + - a new language: Modula-2 + - a much improved 8086 back-end; unfortunately still only + small model + - floating point package, usable with most back-ends + - cross-compilation to a Microsoft Xenix V3 80286 system Ceriel J.H. Jacobs Dept. of Math. and Computer Science diff --git a/lib/.distr b/lib/.distr index 7e18added..91e9a9284 100644 --- a/lib/.distr +++ b/lib/.distr @@ -12,6 +12,7 @@ m68020 m68k2 m68k4 mantra +minixST ns pdp pmds diff --git a/mach/.distr b/mach/.distr index 59c2fa38c..6fcc065dd 100644 --- a/mach/.distr +++ b/mach/.distr @@ -13,6 +13,7 @@ m68k2 m68k4 m68020 mantra +minixST ns pdp pmds -- 2.34.1