home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23274 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.6 KB

  1. Path: sparky!uunet!olivea!charnel!rat!usc!zaphod.mps.ohio-state.edu!darwin.sura.net!haven.umd.edu!wam.umd.edu!joel
  2. From: joel@wam.umd.edu (Joel M. Hoffman)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: DOS emulation
  5. Message-ID: <1993Jan8.212418.20425@wam.umd.edu>
  6. Date: 8 Jan 93 21:24:18 GMT
  7. References: <1993Jan5.174435.3669@wam.umd.edu> <1993Jan7.184329.8050@bernina.ethz.ch> <1993Jan07.221850.37109@watson.ibm.com>
  8. Sender: usenet@wam.umd.edu (USENET News system)
  9. Organization: University of Maryland, College Park
  10. Lines: 25
  11. Nntp-Posting-Host: rac2.wam.umd.edu
  12.  
  13. In article <1993Jan07.221850.37109@watson.ibm.com> rajat@watson.ibm.com (Rajat Datta) writes:
  14. > [towards the end of a general dos emulator that can run in the background]
  15. >All in all, I suspect doing full software VGA (and SVGA) emulation is
  16. >not very attractive.
  17.  
  18. That's what I thought, at first.  But the more I think about it, the
  19. more I think this is exactly what we should do.  Currently, the VC
  20. scheme emulates the text buffer.  If the kernel emulated the full
  21. SVGA, any program could make full use of the SVGA.  It would allow:
  22.  
  23.     o  X to run on one (or more) VC's with the others in text mode
  24.     o  Different video modes on different VC's
  25.     o  other graphics programs (dosemu) to run on VC's
  26.     o  Running graphics programs over a serial tty*
  27.     etc.
  28.  
  29. Comments?
  30.  
  31. (*)  The way I see it, if we set up excape sequences for common VGA
  32. operations (goto such-and-such text mode, etc.) it will not be
  33. difficult to run DOS programs that use such features over a serial
  34. tty, so long as the remote terminal can emulate the functions.
  35.  
  36. -Joel
  37. (joel@wam.umd.edu)
  38.