Added i386

This commit is contained in:
ceriel 1989-10-10 14:42:59 +00:00
parent 9feb3f9254
commit bec816346d
3 changed files with 12 additions and 1 deletions

4
Action
View file

@ -86,6 +86,10 @@ name "Intel 80286 support for Xenix"
dir mach/xenix3 dir mach/xenix3
indir indir
end end
name "Intel 80386 support for Xenix 386 System V"
dir mach/i386
indir
end
name "MSC6500 support" name "MSC6500 support"
dir mach/6500 dir mach/6500
indir indir

View file

@ -415,6 +415,7 @@ vax_bsd4_2 VAX11 with BSD4.2 vax4
vax_sysV_2 VAX11 with System V.2 vax4 vax_sysV_2 VAX11 with System V.2 vax4
pc_ix IBM PC with PC/IX i86 pc_ix IBM PC with PC/IX i86
xenix3 IBM AT with Microsoft Xenix V3.2 xenix3 xenix3 IBM AT with Microsoft Xenix V3.2 xenix3
i386 Intel 80386 system running Xenix System V i386
m68_unisoft Motorola 68000 with Unisoft UNIX m68k2 m68_unisoft Motorola 68000 with Unisoft UNIX m68k2
m68_pmds Philips PMDS pmds m68_pmds Philips PMDS pmds
m68_sysV_0 68000 with Uniplus UNIX System V.0 mantra m68_sysV_0 68000 with Uniplus UNIX System V.0 mantra
@ -856,6 +857,12 @@ xenix3 Microsoft Xenix V3 2/2 C + xenix3 IBM AT with Xenix
Occam Occam
Modula-2 Modula-2
i386 SCO Xenix System V 4/4 C + i386 Intel 80386 system with Xenix System V
Pascal
Basic
Occam
Modula-2
minix Minix PC 2/2 C + minix IBM PC running Minix minix Minix PC 2/2 C + minix IBM PC running Minix
Pascal i86 Pascal i86
Basic Basic

View file

@ -9,7 +9,7 @@ OBJ=list.o data.o main.o scan.o svars.o trans.o util.o rmach.o run.o \
ACKDIR=$(EMHOME)/lib ACKDIR=$(EMHOME)/lib
FE=fe FE=fe
INTABLES=pdp INTABLES=pdp
LNTABLES=acc apc abc ocm m2 vax4 i86 m68k2 m68k4 pmds pmds4 mantra \ LNTABLES=acc apc abc ocm m2 vax4 i86 i386 m68k2 m68k4 pmds pmds4 mantra \
m68020 z8000 em22 em24 em44 6500 6800 6805 6809 i80 ns s2650 z80 \ m68020 z8000 em22 em24 em44 6500 6800 6805 6809 i80 ns s2650 z80 \
sun3 sun2 xenix3 minix minixST sun3 sun2 xenix3 minix minixST
INCLUDES=-I$(EMHOME)/h INCLUDES=-I$(EMHOME)/h