home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.92 / text0038.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  6.9 KB  |  164 lines

  1. Dear Folks,
  2.  
  3. Yes, there will be a port of Executor to NeXTSTEP 486.  I don't think  
  4. it will be ready by the time that NeXTSTEP 486 ships, but it should  
  5. be ready within the first six months of when NS486 ships.
  6.  
  7. Joe Freeman is right that writing a synthetic CPU is a time-consuming  
  8. task, however, it is not anywhere near the task of rewriting the  
  9. Apple ROMs and System file, from scratch, using no disassembly of  
  10. same.  Reverse engineering the MacOS is like putting together a  
  11. jig-saw puzzle, with a blindfold on, when you're drunk.  Writing a  
  12. synthetic CPU is *much* easier; it's just like putting together a  
  13. (fairly large) jig-saw puzzle.  I'd say that producing a quick  
  14. synthetic MC68000 is about a tenth as hard as doing what ARDI's done  
  15. so far, but since our synthetic CPU is not yet completed, I could be  
  16. slightly underestimating the level of difficulty.
  17.  
  18. All of the design of our synthetic CPU has been done as has much of  
  19. the implementation.  We use dynamic recompilation into interpretive  
  20. code, but with some extra work, we could probably have different  
  21. "back-ends" for different architectures and then be doing dynamic  
  22. recompilation into *native* code.  It's too early to give timing  
  23. estimates, but because all of the "system calls" will be running in  
  24. native mode anyway, performance should be very good.
  25.  
  26.     --Cliff
  27.  
  28. From aeschwar@unity.ncsu.edu Tue Dec 15 10:30:29 1992
  29. Received: from ccvr1.cc.ncsu.edu by ictv.com with SMTP id AA00732
  30.   (5.65c/IDA-1.4.4 for <executor@ictv.com>); Tue, 15 Dec 1992 12:30:52 -0800
  31. Received: from linus.cc.ncsu.edu by ccvr1.cc.ncsu.edu (5.65b/SAM Thu May 30 15:11:36 EDT 1991)
  32.     id AA23151; Tue, 15 Dec 92 15:30:32 -0500
  33. Posted-Date: Tue, 15 Dec 1992 15:30:29 -0500 (EST)
  34. Received: by linus (5.57/1.34)
  35.     id AA00397; Tue, 15 Dec 92 15:30:30 -0500
  36. From: aeschwar@unity.ncsu.edu
  37. Message-Id: <9212152030.AA00397@linus>
  38. Subject: Re: Executor 1.2.1
  39. To: barry@ictv.com (Barry Lustig)
  40. Date: Tue, 15 Dec 1992 15:30:29 -0500 (EST)
  41. Cc: executor@ictv.com
  42. In-Reply-To: <199212151917.AA29366@ictv.com> from "Barry Lustig" at Dec 15, 92 11:17:08 am
  43. X-Mailer: ELM [version 2.4 PL0]
  44. Mime-Version: 1.0
  45. Content-Type: text/plain; charset=US-ASCII
  46. Content-Length: 707       
  47.  
  48. Barry Lustig writes:
  49. >   I also installed the latest version of MECA's Managing Your Money.
  50. > It also was working fine.  I've moved all of my accounting off of the
  51. > Mac and onto the NeXT under executor.
  52.  
  53. I installed an old (MacPlus-era) version of MacMoney, which I now use in
  54. the NeXT to keep my accounts straight.  One hint: leave Executor's "No Clock"
  55. preference unchecked; I believe MacMoney expects the simulated system
  56. event clock (that's what it is, right?... I'll check the manual).
  57.  
  58.  
  59.                           --Adam
  60.  
  61. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
  62. | Adam Schwartz  | W: 919-515-5424  | ASCII mail only, please. 
  63. | adam@ncsu.edu  |    (Raleigh, NC) | 
  64. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
  65.  
  66. From iclone!ctm@unmvax.cs.unm.edu Tue Dec 15 13:34:15 1992
  67. Received: from unmvax.cs.unm.edu by ictv.com with SMTP id AA00812
  68.   (5.65c/IDA-1.4.4 for <executor@ictv.com>); Tue, 15 Dec 1992 12:36:56 -0800
  69. Received: from iclone.UUCP by unmvax.cs.unm.edu (5.61/3.3) with UUCP
  70.     id <AA15914@unmvax.cs.unm.edu>; Tue, 15 Dec 92 13:36:47 -0700
  71. Received: by  iclone.ardi.com  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  72.     id AA00925; Tue, 15 Dec 92 13:34:15 GMT-0700
  73. Date: Tue, 15 Dec 92 13:34:15 GMT-0700
  74. From: iclone!ctm@unmvax.cs.unm.edu (Clifford T. Matthews)
  75. Message-Id: <9212152034.AA00925@ iclone.ardi.com >
  76. Received: by NeXT Mailer (1.63)
  77. To: executor@ictv.com
  78. Subject: Why we're so silent
  79.  
  80. We're working on getting 1.3 out the door.  It was scheduled for December  
  81. release but has slipped a little.  It should be out in early January.
  82.  
  83. New features include:
  84.  
  85.     Serial driver support (i.e. "Mac" programs can talk to modems)
  86.  
  87.     An accelerated graphics mode (greatly speeds scrolling, good for games)
  88.  
  89.     Some sound manager routines
  90.  
  91. and hopefully
  92.  
  93.     support for IPT's filesystem and NS 3.0's filesystem (still working on  
  94. this one)
  95.  
  96. In addition, more programs will work than before and many quirks will have  
  97. disappeared.
  98.  
  99. Although we're not spending much time making sure that games work, it does  
  100. look like Lemmings, Crystal Quest and Leprechaun will be playable and  
  101. challenging with Executor 1.3.
  102.  
  103. Got to get back to work.
  104.  
  105.     --Cliff
  106.  
  107. From kls30@cd.amdahl.com Tue Dec 15 05:17:17 1992
  108. Received: from  (cantor.ictv.com) by ictv.com with SMTP id AA01328
  109.   (5.65c/IDA-1.4.4 for <executor@ictv.com>); Tue, 15 Dec 1992 13:19:14 -0800
  110. Received: from amdahl.com by  (NeXT-1.0 (From Sendmail 5.52)/NX3.0S)
  111.     id AA00434; Tue, 15 Dec 92 13:18:56 PST
  112. Received: by amdahl.com (/\==/\ Smail #25.32)
  113.     id <m0n1jf7-00000IC@amdahl.com>; Tue, 15 Dec 92 13:18 PST
  114. Received: by amdahl.uts.amdahl.com (/\../\ Smail3.1.14.4 #14.12)
  115.     id <m0n1jf6-00000nC@amdahl.uts.amdahl.com>; Tue, 15 Dec 92 13:18 PST
  116. Received: by juts.ccc.amdahl.com (/\../\ Smail3.1.14.4 #14.6)
  117.     id <m0n1jfR-0000RrC@juts.ccc.amdahl.com>; Tue, 15 Dec 92 13:19 PST
  118. Received: from cool.cd.amdahl.com by manager.cd.amdahl.com (4.1/SMI-4.1)
  119.     id AA08472; Tue, 15 Dec 92 13:17:17 PST
  120. Date: Tue, 15 Dec 92 13:17:17 PST
  121. From: kls30@cd.amdahl.com (Kent L. Shephard)
  122. Message-Id: <9212152117.AA08472@manager.cd.amdahl.com>
  123. To: barry@ictv.com, aeschwar@unity.ncsu.edu
  124. Subject: Re: Executor 1.2.1
  125. Cc: executor@ictv.com
  126.  
  127. > Barry Lustig writes:
  128. > >   I also installed the latest version of MECA's Managing Your Money.
  129. > > It also was working fine.  I've moved all of my accounting off of the
  130. > > Mac and onto the NeXT under executor.
  131. > I installed an old (MacPlus-era) version of MacMoney, which I now use in
  132. > the NeXT to keep my accounts straight.  One hint: leave Executor's "No Clock"
  133. > preference unchecked; I believe MacMoney expects the simulated system
  134. > event clock (that's what it is, right?... I'll check the manual).
  135. >                           --Adam
  136. > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
  137. > | Adam Schwartz  | W: 919-515-5424  | ASCII mail only, please. 
  138. > | adam@ncsu.edu  |    (Raleigh, NC) | 
  139. > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
  140.  
  141.  
  142. Why not switch to the NeXT based accounting package available?
  143. There is one called Fiscal Diminsion that I'm using.  The edu price is $50-$75
  144. and it's pretty good.   I was using Quicken under SoftPC.
  145.  
  146. I would guess that if you have a lot of Mac applications the approach you use is  
  147. acceptable.  I don't have a great need for Mac software and have tried to convert 
  148. my software, as packages became available to the NeXT.
  149.  
  150. I have played with Executor and I like the product I still like the native NeXT
  151. interface over running something for a Mac (sic) on a NeXT.
  152.  
  153. BTW - Has anyone tried to get Logic Works to run under Executor.  If it did run
  154. I would be inclined to get a copy of Executor for that one program.  There is
  155. no designe entry or digital simulation for the NeXT.
  156.  
  157.  
  158.