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

  1. >>>>> "mcculley" == mcculley  <mcculley@greatwall.cctt.com> writes:
  2.  
  3.     mcculley> 1. I think it would be really nice if, when the svgalib
  4.     mcculley> port is available, the X and svgalib versions came as
  5.     mcculley> one executable that autodetected and did the right thing
  6.     mcculley> and also had options to force it one way or the other.
  7.  
  8. We've thought about this, but it wouldn't be easy right now to support
  9. two different "vdriver"'s simultaneously.  We plan to add a "packages"
  10. feature to Executor that lets us have multiple modular instantiations
  11. of each package interface (video, events, sound, etc.).  We may even
  12. release the source to these packages as dynamically loadable ELF
  13. modules under Linux, and as dynamically loadable ObjC objects under
  14. NEXTSTEP.
  15.  
  16.     mcculley> 2. What combinations of emulated hardware/emulating
  17.     mcculley> hardware will Executor support in the future?  Will I be
  18.     mcculley> able to run Mac software that is compiled for PowerPC
  19.     mcculley> only?
  20.  
  21. I'm sure we'll need to support that someday.  Compared to the 68040,
  22. the PowerPC looks like a piece of cake to emulate (all 32-bit insns,
  23. load/store architecture, aligned memory accesses).
  24.  
  25.     mcculley> Will I be able to get a version of Executor that runs on
  26.     mcculley> the Alpha?
  27.  
  28. If the market looks promising.  We actually had Executor running on
  29. the Alpha once, back when DEC loaned us one for a while.
  30.  
  31.     mcculley> If so, will it benefit when the emulated hardware and
  32.     mcculley> the emulated hardware are identical?  Specifically, I
  33.     mcculley> have in mind running MacOS PowerPC apps under AIX on
  34.     mcculley> PowerPC.
  35.  
  36. In those situations it would make sense to not use an emulator at all
  37. (if we can get away with it).  This is what we do on 680x0 NeXT's
  38. running 680x0 Mac binaries.
  39.  
  40. -Mat
  41.  
  42.