Xref: utzoo comp.emacs:2549 comp.sys.ibm.pc:10521 Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!jbs From: jbs@eddie.MIT.EDU (Jeff Siegal) Newsgroups: comp.emacs,comp.sys.ibm.pc Subject: Re: GNU emacs on Vectra ( PC-AT compatible ) Keywords: GNU emacs, Vectra, PC-AT compatible Message-ID: <7936@eddie.MIT.EDU> Date: 20 Jan 88 00:04:54 GMT References: <1353@mips.UUCP> <9136@steinmetz.steinmetz.UUCP> Reply-To: jbs@eddie.MIT.EDU (Jeff Siegal) Organization: MIT, EE/CS Computer Facilities, Cambridge, MA Lines: 18 In article <9136@steinmetz.steinmetz.UUCP> davidsen@crdos1.UUCP (bill davidsen) writes: > As far as I can see, you can't. You need more address space than >DOS allows. You could do a hack with expanded memory, or try to castrate >the editor down to fit, or even run OS/2. You could also run MicroGNU, >which would give you most of what you want. In addition to the address space limitation, the segment-based addressing is going to cause problems. You could probably simulate a linear address space with adjacent 64K segments (in protected mode). Anybody know if any of the currently available protected mode systems (or OS/2) supports (or will support) this? >If somebody has done any of these things, please post I've run MicroGNU. Works great (for what it is supposed to do). I'm working on the MS-DOS port of the new version now. Jeff Siegal