Added minixST
This commit is contained in:
parent
a61b1a19bb
commit
9d3ae1c4d0
4
Action
4
Action
|
@ -166,6 +166,10 @@ name "Mantra M68000 System V.0 support"
|
||||||
dir mach/mantra
|
dir mach/mantra
|
||||||
indir
|
indir
|
||||||
end
|
end
|
||||||
|
name "Atari ST Minix support"
|
||||||
|
dir mach/minixST
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "Z80 support"
|
name "Z80 support"
|
||||||
dir mach/z80
|
dir mach/z80
|
||||||
indir
|
indir
|
||||||
|
|
23
NEW
23
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
|
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.
|
with files belonging to this version, although that might sometimes work.
|
||||||
The major changes are:
|
The major additions are:
|
||||||
- a new C-compiler and runtime system
|
|
||||||
- a new C preprocessor
|
- a new language: Modula-2
|
||||||
- new assembler framework, allowing the generation of relocatable
|
- a much improved 8086 back-end; unfortunately still only
|
||||||
object code for most processors
|
small model
|
||||||
- new versions of all assemblers, using the new assembler framework
|
- floating point package, usable with most back-ends
|
||||||
- a new link-editor, linking is now a separate and fast phase for most
|
- cross-compilation to a Microsoft Xenix V3 80286 system
|
||||||
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
|
|
||||||
|
|
||||||
Ceriel J.H. Jacobs
|
Ceriel J.H. Jacobs
|
||||||
Dept. of Math. and Computer Science
|
Dept. of Math. and Computer Science
|
||||||
|
|
|
@ -12,6 +12,7 @@ m68020
|
||||||
m68k2
|
m68k2
|
||||||
m68k4
|
m68k4
|
||||||
mantra
|
mantra
|
||||||
|
minixST
|
||||||
ns
|
ns
|
||||||
pdp
|
pdp
|
||||||
pmds
|
pmds
|
||||||
|
|
|
@ -13,6 +13,7 @@ m68k2
|
||||||
m68k4
|
m68k4
|
||||||
m68020
|
m68020
|
||||||
mantra
|
mantra
|
||||||
|
minixST
|
||||||
ns
|
ns
|
||||||
pdp
|
pdp
|
||||||
pmds
|
pmds
|
||||||
|
|
Loading…
Reference in a new issue