home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21185 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.4 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!think.com!spdcc!rbraun
  2. From: rbraun@spdcc.com (Rich Braun)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: starting dosemu ?
  5. Message-ID: <1992Dec20.193420.22531@spdcc.com>
  6. Date: 20 Dec 92 19:34:20 GMT
  7. References: <BzGynA.2pq@plato.ds.boeing.com>
  8. Organization: Jupiter Technology Inc., Waltham MA
  9. Lines: 24
  10.  
  11. mjc@baker.ds.boeing.com (Mark Crosland) writes:
  12. >i am having a problem getting dosemu to work, i have SLS 98.p5
  13.  
  14. >general protection
  15. > cs    eip     ss    esp      flags    ds   es   fs   gs 
  16. >   0:00000000    0:00000000 00000000    0    0    0    0
  17. >  eax      ebx      ecx      edx      edi      esi      ebp
  18. >00000000 00000000 00000000 00000000 00000000 00000000 00000000 
  19. > e8 5b 02 00 00 b8 2d 00 00 00
  20.  
  21. Apparently a lot of people see this problem, and a lot of others don't.
  22. In emu.c, I patched the line of code right before the switch on interrupt
  23. type, checking the pointer to see if it's null.  If so, then I just
  24. had it return (right now I'm typing this under DOS so I can't pop over
  25. see the exact code change).  Suffice it to say there are still some kinks
  26. in the DOS emulator code.
  27.  
  28. The rest of the instructions should be easy to follow, once you get the
  29. A> prompt.  Only trouble is, there are *very* few DOS programs you can
  30. actually run at this point.  I'm happy to see there are people working
  31. on it, but please don't expect too much right away:  dosemu is a work in
  32. progress.
  33.  
  34. -rich
  35.