home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0693.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.8 KB  |  40 lines

  1. In your message (Thu, 4 May 1995 08:01 CST), you wrote:
  2. >I've noticed that executor still runs as a Dos application, why?  It's the onl
  3. >y
  4. >Dos application I have on my machine now, but I remember the old days, every
  5. >application used to have it's own printer drivers, fonts, etc.  It was a mess.
  6. >If you fully integrated it into windows you could take advantage of the
  7. >intalled Sound drivers, printer, fonts etc.
  8.  
  9. Windows does have this advantage, yes.  It also has some serious 
  10. disadvantages:
  11.  
  12. 1)  It does not allow flat memory allocation.  All 680x0 chips allow 
  13. this, so to translate this accurately to 80x86 you need to use 386 
  14. protected mode.  Windows does not do this, even in 386 enhanced mode. 
  15.  Trying to kludge flat address spaces in Windows programs is a 
  16. nightmare (believe me, because I've done it!).  You need to use DOS, 
  17. or to use a proper 32bit OS (Linux, NextSTEP, OS/2).  You will notice 
  18. that two of these have executor, and the third is planned.  It could 
  19. probably be ported to Windows NT, although Windows 95 is less likely, 
  20. since it still contains a lot of 16 bit code which could cause real 
  21. problems porting executor.
  22.  
  23. 2)  GUIs are *slow*.  Compare Executor/Linux and Executor/DOS on the 
  24. same machine and you'll see.  Executor/Linux uses the X window 
  25. system, and screen updates are very slow compared to the DOS version, 
  26. which is orders of magnitude faster at screen manipulation.  If you 
  27. want executor to crawl, run it under Windows.  This is why some Linux 
  28. users are asking for an SVGALib version.  SVGALib gives Linux 
  29. programs DOS-style access to the video hardware.
  30.  
  31. You certainly won't see a 16 bit Windows version in the near future, 
  32. I bet.  You might just see a Win32S version if ARDI get really keen.  
  33. But if you want mac apps, do you really want them in a Windows 
  34. window?  Euch!
  35.  
  36. Tim.
  37.  
  38.  
  39.