[comp.emacs] GNU EMACS and 80386 machines.

mr@homxb.UUCP (mark) (09/29/88)

-------------------------------------------------------------------------

Does a version of GNU Emacs for an 80386 machine running UNIX SVR3
exist ? Specifically for an AT&T 6386E.

If it dies exist, how do I obtain it ?

Thanks in advance,

mark
homxb!mr

karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) (09/30/88)

mr@homxb.UUCP (mark) writes:
   Does a version of GNU Emacs for an 80386 machine running UNIX SVR3
   exist ? Specifically for an AT&T 6386E.

   If it does exist, how do I obtain it ?

Generic SysV 386 support exists, in m-intel386.h in the GNU Emacs
distribution.  For the record, here's the full set of supported
machine (m-*.h) and system (s-*.h) files in 18.52:

m-7300.h        m-hp9000s300.h  m-nu.h          m-tek4300.h     s-umax.h
m-alliant.h     m-hp9000s800.h  m-orion.h       m-template.h    s-unipl5-0.h
m-alliant1.h    m-ibmrt-aix.h   m-orion105.h    m-tower32.h     s-unipl5-2.h
m-alliant4.h    m-ibmrt.h       m-plexus.h      m-ustation.h    s-usg5-0.h
m-altos.h       m-intel386.h    m-pyramid.h     m-vax.h         s-usg5-2-2.h
m-amdahl.h      m-iris4d.h      m-sequent.h     m-wicat.h       s-usg5-2.h
m-apollo.h      m-irist.h       m-sgi3000.h     s-bsd4-1.h      s-usg5-3.h
m-att3b.h       m-is386.h       m-sparc.h       s-bsd4-2.h      s-vms.h
m-celerity.h    m-isi-ov.h      m-stride.h      s-bsd4-3.h      s-vms4-0.h
m-convex.h      m-masscomp.h    m-sun1.h        s-hpux.h        s-vms4-2.h
m-cydra5.h      m-mega68.h      m-sun2.h        s-iris3-5.h     s-vms4-4.h
m-dual.h        m-mg1.h         m-sun3.h        s-iris3-6.h     s-xenix.h
m-elxsi.h       m-mips.h        m-sun386.h      s-rtu.h
m-gec63.h       m-news800.h     m-tahoe.h       s-sunos4.h
m-gould.h       m-ns16000.h     m-targon31.h    s-template.h

The etc/MACHINES file says this about it:

"Intel 80386 (m-intel386.h; s-bsd4-2.h, s-usg5-2-2.h, s-usg5-3.h or s-xenix.h)

  Changes merged in 18.50 for all three operating systems.
  If you are using Xenix, see notes above under Xenix.
  Note one version of system V.3 lacks the pty and socket support
  that the V.3 normally (I am told) has; in this case, you should
  #undef HAVE_PTYS and HAVE_SOCKETS in config.h."

--Karl