Added minix
This commit is contained in:
parent
eb1ddcb2a3
commit
37a3f20b85
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 "PC Minix support"
|
||||||
|
dir mach/minix
|
||||||
|
indir
|
||||||
|
end
|
||||||
name "Atari ST Minix support"
|
name "Atari ST Minix support"
|
||||||
dir mach/minixST
|
dir mach/minixST
|
||||||
indir
|
indir
|
||||||
|
|
7
NEW
7
NEW
|
@ -1,5 +1,6 @@
|
||||||
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.
|
||||||
|
Many problems with the previous distribution are fixed.
|
||||||
The major additions are:
|
The major additions are:
|
||||||
|
|
||||||
- a new language: Modula-2
|
- a new language: Modula-2
|
||||||
|
@ -7,12 +8,14 @@ The major additions are:
|
||||||
small model
|
small model
|
||||||
- floating point package, usable with most back-ends
|
- floating point package, usable with most back-ends
|
||||||
- cross-compilation to a Microsoft Xenix V3 80286 system
|
- cross-compilation to a Microsoft Xenix V3 80286 system
|
||||||
|
- cross-compilation to a PC running Minix
|
||||||
|
- cross-compilation to an Atari ST running Minix
|
||||||
|
|
||||||
Ceriel J.H. Jacobs
|
Ceriel J.H. Jacobs
|
||||||
Dept. of Math. and Computer Science
|
Dept. of Math. and Computer Science
|
||||||
Vrije Universiteit
|
Vrije Universiteit
|
||||||
Postbus 7161
|
De Boelelaan 1081
|
||||||
1007 MC Amsterdam
|
1081 HV Amsterdam
|
||||||
The Netherlands
|
The Netherlands
|
||||||
|
|
||||||
(UseNet: ceriel@cs.vu.nl)
|
(UseNet: ceriel@cs.vu.nl)
|
||||||
|
|
Loading…
Reference in a new issue