diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-20 22:17:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-20 22:17:03 +0000 |
commit | 34f7487efd7318f45597c964d9641606d5330dc0 (patch) | |
tree | d0534ad2a3d0f3834865a4d95c7f9b6b9eb7728b /INSTALL | |
parent | 96b914c935001a6bfa3315184fde541f0f33affd (diff) | |
download | emacs-34f7487efd7318f45597c964d9641606d5330dc0.tar.gz |
Fix previous change.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -507,12 +507,16 @@ Installation on MSDOG (a.k.a. MSDOS) To install on MSDOG, you need to have the GNU C compiler for MSDOG (also known as djgpp), GNU Make, rm, mv, chmod, and sed. -Some users report that running Emacs 19.29 requires qdpmi memory +Some users report that running Emacs 19.29 requires dpmi memory management. We do not know why this is so, since 19.28 did not need it. If we find out what change introduced this requirement, we will try to eliminate it. It is possible that this problem happens only when there is not enough physical memory on the machine. +You can find out if you have a dpmi host by running go32 (part of +djgpp) without arguments; it will tell you if it uses dpmi memory. +For more information about dpmi memory, consult the djgpp FAQ. + To build and install Emacs, type these commands: config msdos |