home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text0244.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  23.3 KB  |  579 lines

  1. The FAQ says that in default configs, lpr should work, and if you want
  2. one can write a script executor_filter that works like so:
  3.  
  4. executor_filter < faff.ps
  5.  
  6.  
  7. So I wrote a script 
  8.  
  9. #! /bin/sh
  10. lpr #1
  11.  
  12. That does what the FAQ say it should. The problem is that I get a text
  13. printout of the postscript output file at the printer.
  14.  
  15. TexEdit adds an extra % sign in front of %! PS-Adobe-3.0 to make it like
  16. %%! PS-Adobe-3.0
  17.  
  18. AFAIK, any line with a prepended %% is a comment in postcript. Thus
  19. the whole file is seen by the drivers-lpr-printers as text and not
  20. postscript. How can one remedy this?
  21.  
  22. Thanks
  23. --
  24. Greetings,                       __            N.Sharma@IS.TWI.TUDelft.NL
  25.                       __________/ F      
  26.                     c'____---__=_/     
  27. Naresh _______________o_____o___________http://is.twi.tudelft.nl/~sharma/
  28.                                     
  29.  
  30. From owner-paper Fri Jan 26 01:14:14 1996
  31. Return-Path: <owner-paper>
  32. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  33.     id m0tfjIS-0007qGa; Fri, 26 Jan 96 01:14 MST
  34. Sender: owner-paper
  35. Received: from ardi.com by ftp.ardi.com
  36.     (Smail3.1.29.1 #3) id m0tfjHf-0007qIn; Fri, 26 Jan 96 01:13 MST
  37. Newsgroups: comp.emulators.mac.executor
  38. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!news.internetMCI.com!newsfeed.internetmci.com!howland.reston.ans.net!news.nic.surfnet.nl!tudelft.nl!dutiwy!sharma
  39. From: sharma@IS.TWI.TUDelft.NL (Naresh Sharma )
  40. Subject: Printing problems with E/L
  41. Message-ID: <DLoMJG.2MH@student.twi.tudelft.nl>
  42. Date: Wed, 24 Jan 1996 10:59:40 GMT
  43. X-Nntp-Posting-Host: dutiee.twi.tudelft.nl
  44. Organization: Technische Universiteit Delft,
  45. X-Newsreader: TIN [version 1.2 PL0]
  46. Lines: 24
  47. To: executor@ardi.com
  48. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  49. Sender: owner-paper@ardi.com
  50. Precedence: bulk
  51.  
  52. Hi Folks,
  53.  
  54. I have located the source of error in printing under linux (it is
  55. the executor generated ps file). The solution is as follows:
  56.  
  57. create an executor_filter like:
  58.  
  59. #! /bin/sh
  60. awk '{if (/%%!PS-Adobe-3.0/) print "%!PS-Adobe-3.0\n"; else if \
  61.         (/%%%%/) print "%%"; else print}' $1 | lpr
  62.  
  63.  
  64.  
  65. This works partly, and to make printing work ardi must do something
  66. to their filter which generates excessive % characters.
  67.  
  68. Thanks
  69.  
  70. --
  71. Greetings,                       __            N.Sharma@IS.TWI.TUDelft.NL
  72.                       __________/ F      
  73.                     c'____---__=_/     
  74. Naresh _______________o_____o___________http://is.twi.tudelft.nl/~sharma/
  75.                                     
  76.  
  77. From owner-paper Fri Jan 26 02:14:30 1996
  78. Return-Path: <owner-paper>
  79. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  80.     id m0tfkEg-0007qIa; Fri, 26 Jan 96 02:14 MST
  81. Sender: owner-paper
  82. Received: from ardi.com by ftp.ardi.com
  83.     (Smail3.1.29.1 #3) id m0tfkE2-0007qHn; Fri, 26 Jan 96 02:13 MST
  84. Path: sloth.swcp.com!usenet
  85. From: Clifford T. Matthews <ctm@ardi.com>
  86. Newsgroups: comp.emulators.mac.executor
  87. Subject: Re: Floppy Disk Drive read/write problems
  88. Date: 26 Jan 1996 02:05:53 -0700
  89. Organization: ARDI
  90. Lines: 22
  91. Message-ID: <uf20onqqa6.fsf@ftp.ardi.com>
  92. References: <4dshl1$huv@sloth.swcp.com>
  93.     <Pine.A32.3.91.960121190654.43055A-100000@violin.aix.calpoly.edu>
  94.     <ufhgxmxrnu.fsf@ftp.ardi.com> <4e8oaj$e31@sloth.swcp.com>
  95. NNTP-Posting-Host: ftp.ardi.com
  96. In-reply-to: Kyle Silfer's message of 25 Jan 1996 20:14:10 GMT
  97. X-Newsreader: Gnus v5.0
  98. To: executor@ardi.com
  99. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  100. Sender: owner-paper@ardi.com
  101. Precedence: bulk
  102.  
  103. >>>>> "Kyle" == Kyle Silfer <kyle@rtoads.com> writes:
  104. In article <4e8oaj$e31@sloth.swcp.com> Kyle Silfer <kyle@rtoads.com> writes:
  105.  
  106.  
  107.     Kyle> Clifford T. Matthews <ctm@ardi.com> wrote:
  108.     >>  Apparently we introduced a serious bug in 1.99q.  It's a very
  109.     >> high priority bug and I hope to have something fixed by this
  110.     >> weekend.
  111.  
  112.     Kyle> I ran into this problem _before_ 1.99q. I wasn't sure about
  113.     Kyle> it, though, so I did not post about the problem. It was
  114.     Kyle> somewhere after 1.99p7 (which still works fine) and before
  115.     Kyle> 1.99q.
  116.  
  117. Aha.  That helps significantly.  Sounds like it was introduced in
  118. 1.99p8 or 1.99p9.  I'll take a look at what we did differently between
  119. 1.99p7 and those two versions.  Thanks.
  120.  
  121.     Kyle> --Kyle kyle@rtoads.com
  122.  
  123. --Cliff
  124. ctm@ardi.com
  125.  
  126. From owner-paper Fri Jan 26 02:14:45 1996
  127. Return-Path: <owner-paper>
  128. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  129.     id m0tfkEw-0007qHa; Fri, 26 Jan 96 02:14 MST
  130. Sender: owner-paper
  131. Received: from ardi.com by ftp.ardi.com
  132.     (Smail3.1.29.1 #3) id m0tfkDx-0007qGn; Fri, 26 Jan 96 02:13 MST
  133. Path: sloth.swcp.com!tesuque.cs.sandia.gov!ferrari.mst6.lanl.gov!newshost.lanl.gov!ncar!elroy.jpl.nasa.gov!swrinde!howland.reston.ans.net!nntp.coast.net!torn!news.bc.net!news.sfu.ca!quinlan
  134. From: quinlan@news.sfu.ca (Brian Quinlan)
  135. Newsgroups: comp.emulators.mac.executor
  136. Subject: Re: Speedometer Results Overrated?
  137. Date: 24 Jan 1996 20:47:57 GMT
  138. Organization: Simon Fraser University
  139. Lines: 17
  140. Message-ID: <4e65tt$4bq@morgoth.sfu.ca>
  141. References: <4e1aoj$ji8@news.voicenet.com> <uf91iy8iit.fsf@ftp.ardi.com>
  142. NNTP-Posting-Host: fraser.sfu.ca
  143. X-Newsreader: NN version 6.5.0 #5 (NOV)
  144. To: executor@ardi.com
  145. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  146. Sender: owner-paper@ardi.com
  147. Precedence: bulk
  148.  
  149. Clifford T. Matthews <ctm@ardi.com> writes:
  150.  
  151. >In addition, Executor has to be aware of self-modifying code.  After
  152. >all, if it memorizes that a particular set of m68k instructions map
  153. >into a set of x86 instructions, if the original m68k instructions are
  154. >changed then Executor needs to throw away the mapped instructions and
  155. >do another recompile.  I don't know how MACCHESS 2.0 works, but if it
  156. >dynamically builds board evaluators and then jumps into them, then
  157. >Executor's performance will suffer for that.
  158.  
  159. Why do you support instruction modification? The 040 and PPC Macs won't
  160. always run programs which use instruction modification due to their
  161. caches. 
  162.  
  163. --
  164. Brian Quinlan    "Never ask what sort of computer a guy drives. If he's a Mac
  165. quinlan@sfu.ca    user, he'll tell you. If not, why embarrass him?" - Tom Clancy
  166.  
  167. From owner-paper Fri Jan 26 03:14:14 1996
  168. Return-Path: <owner-paper>
  169. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  170.     id m0tflAS-0007qJa; Fri, 26 Jan 96 03:14 MST
  171. Sender: owner-paper
  172. Received: from ardi.com by ftp.ardi.com
  173.     (Smail3.1.29.1 #3) id m0tfl9j-0007qGn; Fri, 26 Jan 96 03:13 MST
  174. Path: sloth.swcp.com!usenet
  175. From: Clifford T. Matthews <ctm@ardi.com>
  176. Newsgroups: comp.emulators.mac.executor
  177. Subject: Re: true color executor/D
  178. Date: 26 Jan 1996 02:14:02 -0700
  179. Organization: ARDI
  180. Lines: 50
  181. Message-ID: <ufybqvpbc6.fsf@ftp.ardi.com>
  182. References: <4e3p87$7us@uwm.edu> <4e4neq$o3o@decaxp.harvard.edu>
  183.     <4e5gg2$f6@newsstand.cit.cornell.edu> <4e6gsj$16v@uwm.edu>
  184. NNTP-Posting-Host: ftp.ardi.com
  185. In-reply-to: ggraef@alpha1.csd.uwm.edu's message of 24 Jan 1996 23:54:59 GMT
  186. X-Newsreader: Gnus v5.0
  187. To: executor@ardi.com
  188. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  189. Sender: owner-paper@ardi.com
  190. Precedence: bulk
  191.  
  192. >>>>> "Gerald" == Gerald Luther Graef <ggraef@alpha1.csd.uwm.edu> writes:
  193. In article <4e6gsj$16v@uwm.edu> ggraef@alpha1.csd.uwm.edu (Gerald Luther Graef) writes:
  194.  
  195.  
  196.     Gerald> In article <4e5gg2$f6@newsstand.cit.cornell.edu>
  197.     Gerald> wmagro@msc.cornell.edu (William Magro) writes:
  198.     >> The catch here is that the 256 colors of VGA are chosen from a
  199.     >> palette of 256k (or fewer) colors with standard VGA cards.
  200.     >> Since each gray must have equal components of red, green, and
  201.     >> blue, this reduces the effective number of true grays to 64
  202.     >> [=262144^(1/3)].  It takes a 24-bit D/A converter (8-bits in
  203.     >> each channel) to generate 256 grays.
  204.     >> 
  205.     >> In the end, the number of grays you can generate depends on the
  206.     >> bitness of your DAC and the smarts of the video driver.
  207.  
  208.     Gerald> Does this mean that with the right video card it is
  209.     Gerald> possible to get 256 grayscale on executor now?  I ask
  210.     Gerald> because I am thinking about getting a new video card
  211.     Gerald> (leading contender, #9 771).
  212.  
  213. I've answered this in another post, but with news lag and the
  214. importance of the subject, here's the same story:
  215.  
  216. Bill's right, the number of bits that your DAC uses is indeed
  217. important, but right now, Executor *won't* do the right thing even if
  218. you have a 24 bit DAC.  That's because we don't yet have a machine
  219. in-house that has a 24 bit DAC *and* a VBE 2.0 driver that will let us
  220. access that DAC.
  221.  
  222. Because PCs come in so many different configurations, Executor relies
  223. heavily on standards, like the VESA VBE 2.0 standard to access
  224. "special features".  To support 24 bit DACs we'll need to use a VBE
  225. 2.0 extension, but to test it we either need to have such a DAC+driver
  226. in house or rely on an Executor Enthusiast to help us test the code.
  227.  
  228. I believe we do have some video cards in house with 24-bit DACs, so if
  229. the soon to be released new version of UniVBE gives us access to
  230. these, we'll add the functionality and test it in house.  If the new
  231. version of UniVBE *doesn't* support it for our cards, then we'll ask
  232. for help.  Either way we should support this feature by the time
  233. Executor 2 ships, although to use it you'll need a card with a 24-bit
  234. DAC *and* VBE 2.0 extensions to allow us to access it.
  235.  
  236. Sorry things get so confusing, but that's the way it is in the PC biz.
  237.  
  238.     Gerald> Thanks...Gerry
  239.  
  240. --Cliff
  241. ctm@ardi.com
  242.  
  243. From owner-paper Fri Jan 26 03:14:25 1996
  244. Return-Path: <owner-paper>
  245. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  246.     id m0tflAj-0007qGa; Fri, 26 Jan 96 03:14 MST
  247. Sender: owner-paper
  248. Received: from ardi.com by ftp.ardi.com
  249.     (Smail3.1.29.1 #3) id m0tfl9n-0007qIn; Fri, 26 Jan 96 03:13 MST
  250. Path: sloth.swcp.com!usenet
  251. From: Clifford T. Matthews <ctm@ardi.com>
  252. Newsgroups: comp.emulators.mac.executor
  253. Subject: Re: Printing problems with E/L
  254. Date: 26 Jan 1996 02:34:10 -0700
  255. Organization: ARDI
  256. Lines: 61
  257. Message-ID: <ufu41jpael.fsf@ftp.ardi.com>
  258. References: <DLoH20.n4z@student.twi.tudelft.nl>
  259. NNTP-Posting-Host: ftp.ardi.com
  260. In-reply-to: sharma@IS.TWI.TUDelft.NL's message of Wed, 24 Jan 1996 09:01:12 GMT
  261. X-Newsreader: Gnus v5.0
  262. To: executor@ardi.com
  263. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  264. Sender: owner-paper@ardi.com
  265. Precedence: bulk
  266.  
  267. >>>>> "Naresh" == Naresh Sharma <sharma@IS.TWI.TUDelft.NL> writes:
  268. In article <DLoH20.n4z@student.twi.tudelft.nl> sharma@IS.TWI.TUDelft.NL (Naresh Sharma ) writes:
  269.  
  270.  
  271.     Naresh> The FAQ says that in default configs, lpr should work, and
  272.     Naresh> if you want one can write a script executor_filter that
  273.     Naresh> works like so:
  274.  
  275.     Naresh> executor_filter < faff.ps
  276.  
  277.  
  278.     Naresh> So I wrote a script
  279.  
  280.     Naresh> #! /bin/sh lpr #1
  281.  
  282.     Naresh> That does what the FAQ say it should. The problem is that
  283.     Naresh> I get a text printout of the postscript output file at the
  284.     Naresh> printer.
  285.  
  286.     Naresh> TexEdit adds an extra % sign in front of %! PS-Adobe-3.0
  287.     Naresh> to make it like %%! PS-Adobe-3.0
  288.  
  289. Nope, it's not TexEdit that is doing it, but a bug in Executor 1.99q.
  290. This bug has been fixed internally (and in Executor/NEXTSTEP 1.99q2)
  291. but I didn't realize it was causing problems, so I haven't yet made a
  292. 1.99q3 for Linux, but I can probably do so in the next 24 hours.
  293.  
  294.     Naresh> AFAIK, any line with a prepended %% is a comment in
  295.     Naresh> postcript. Thus the whole file is seen by the
  296.     Naresh> drivers-lpr-printers as text and not postscript. How can
  297.     Naresh> one remedy this?
  298.  
  299. Revert to 1.99p9, wait for 1.99q3 or write a shell script that filters
  300. out our botch.
  301.  
  302. Programming commentary follows -- feel free to skip this:
  303.  
  304. Although many of our bugs are incredibly esoteric and not worth
  305. explaining to the programmers out there, what happened is that when we
  306. adjusted our PostScript printing code to work again under NEXTSTEP we
  307. changed a line that used to say (approximately):
  308.  
  309. fprintf (printer, PROLOG_STRING);
  310.  
  311. to
  312.  
  313. fprintf (printer, "%s%s%s", PROLOG_STRING_1, PROLOG_STRING_2, PROLOG_STRING_3);
  314.  
  315. since we had to break the prolog into different parts (under NEXTSTEP
  316. we only need part 2, I think).  However if you do such a thing,
  317. breaking the initial string into three pieces isn't sufficient, since
  318. the original string had to have %% for each % since it was the format
  319. argument to printf, rather than a literal argument to be printed by
  320. %s.
  321.  
  322. Pretty embarrassing.  It slipped by our testing because our printer
  323. doesn't auto-detect PostScript, we just use a variant that always
  324. expects PostScript.
  325.  
  326. --Cliff
  327. ctm@ardi.com
  328.  
  329. From owner-paper Fri Jan 26 03:14:49 1996
  330. Return-Path: <owner-paper>
  331. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  332.     id m0tflB1-0007qIa; Fri, 26 Jan 96 03:14 MST
  333. Sender: owner-paper
  334. Received: from ardi.com by ftp.ardi.com
  335.     (Smail3.1.29.1 #3) id m0tfl9l-0007qHn; Fri, 26 Jan 96 03:13 MST
  336. Path: sloth.swcp.com!usenet
  337. From: Clifford T. Matthews <ctm@ardi.com>
  338. Newsgroups: comp.emulators.mac.executor
  339. Subject: Re: Speedometer Results Overrated?
  340. Date: 26 Jan 1996 02:25:08 -0700
  341. Organization: ARDI
  342. Lines: 43
  343. Message-ID: <ufvilzpatn.fsf@ftp.ardi.com>
  344. References: <4e1aoj$ji8@news.voicenet.com> <uf91iy8iit.fsf@ftp.ardi.com>
  345.     <4e65tt$4bq@morgoth.sfu.ca>
  346. NNTP-Posting-Host: ftp.ardi.com
  347. In-reply-to: quinlan@news.sfu.ca's message of 24 Jan 1996 20:47:57 GMT
  348. X-Newsreader: Gnus v5.0
  349. To: executor@ardi.com
  350. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  351. Sender: owner-paper@ardi.com
  352. Precedence: bulk
  353.  
  354. >>>>> "Brian" == Brian Quinlan <quinlan@news.sfu.ca> writes:
  355. In article <4e65tt$4bq@morgoth.sfu.ca> quinlan@news.sfu.ca (Brian Quinlan) writes:
  356.  
  357.  
  358.     Brian> Clifford T. Matthews <ctm@ardi.com> writes:
  359.     >> In addition, Executor has to be aware of self-modifying code.
  360.     >> After all, if it memorizes that a particular set of m68k
  361.     >> instructions map into a set of x86 instructions, if the
  362.     >> original m68k instructions are changed then Executor needs to
  363.     >> throw away the mapped instructions and do another recompile.  I
  364.     >> don't know how MACCHESS 2.0 works, but if it dynamically builds
  365.     >> board evaluators and then jumps into them, then Executor's
  366.     >> performance will suffer for that.
  367.  
  368.     Brian> Why do you support instruction modification? The 040 and
  369.     Brian> PPC Macs won't always run programs which use instruction
  370.     Brian> modification due to their caches.
  371.  
  372. I wasn't clear.  On an '040 with both caches enabled, whenever new
  373. instructions are loaded into memory (including when a new program is
  374. loaded), the caches need to be flushed.  This is done either by
  375. directly accessing the cache control register or by calling one of a
  376. few different OS calls that Apple provides for this purpose.
  377.  
  378. Executor detects when the cache control register is modified or when
  379. these calls are made and then has to figure out which, if any,
  380. recompiled pieces of code need to be discarded.  This can be a
  381. substantial performance penalty.
  382.  
  383. Programs that properly flush the cache after they self-modify, or
  384. build code on the fly should work properly with '040s with the cache
  385. on and should work fine with Executor.  Programs that don't properly
  386. flush the cache may indeed break on '040s with the cache enabled and
  387. under Executor.
  388.  
  389. Again, I have no idea whether or not MACCHESS 2.0 actually creates
  390. code on the fly and jumps to it, but it is indeed a legitimate thing
  391. to do, as long as the program flushes the cache before making the
  392. jump.  If it *does* do that, then it would explain the major
  393. discrepancy between Speedometer numbers and MACCHESS 2.0.
  394.  
  395. --Cliff
  396. ctm@ardi.com
  397.  
  398. From owner-paper Fri Jan 26 04:14:39 1996
  399. Return-Path: <owner-paper>
  400. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  401.     id m0tfm6v-0007qJa; Fri, 26 Jan 96 04:14 MST
  402. Sender: owner-paper
  403. Received: from ardi.com by ftp.ardi.com
  404.     (Smail3.1.29.1 #3) id m0tfm6C-0007qHn; Fri, 26 Jan 96 04:13 MST
  405. Path: sloth.swcp.com!usenet
  406. From: Clifford T. Matthews <ctm@ardi.com>
  407. Newsgroups: comp.sys.mac.advocacy,comp.emulators.mac.executor
  408. Subject: Re: Can Quix save Apple?
  409. Date: 26 Jan 1996 03:33:58 -0700
  410. Organization: ARDI
  411. Lines: 58
  412. Message-ID: <ufpwc7p7mx.fsf@ftp.ardi.com>
  413. References: <1996Jan14.170950.1@ugsc2a> <1996Jan24.154317.45212@ac.dal.ca>
  414. NNTP-Posting-Host: ftp.ardi.com
  415. In-reply-to: hayes@ug.cs.dal.ca's message of Wed, 24 Jan 96 19:43:33 GMT
  416. X-Newsreader: Gnus v5.0
  417. Xref: sloth.swcp.com comp.sys.mac.advocacy:83091 comp.emulators.mac.executor:910
  418. To: executor@ardi.com
  419. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  420. Sender: owner-paper@ardi.com
  421. Precedence: bulk
  422.  
  423. >>>>> "Kevin" == Kevin Hayes <hayes@ug.cs.dal.ca> writes:
  424. In article <1996Jan24.154317.45212@ac.dal.ca> hayes@ug.cs.dal.ca (Kevin Hayes) writes:
  425.  
  426.     >>  Personally, I think there are irreversible aspects of such a
  427.     >> decision, because once the System 7 brought to Intel machines,
  428.     >> the customer will no more rely on Apple's hardware, but on the
  429.     >> other side, is not too much risky a move, becaus of the
  430.     >> possibility to have the Copland running only on true Macs, or
  431.     >> other similar arrangements.
  432.     >> 
  433.  
  434.     Kevin> MacOS is a stupid idea on Wintel machines - it'd be slower
  435.     Kevin> and there would be mountains of work involved to getting it
  436.     Kevin> to run on all Wintel systems - you're forgetting in the
  437.     Kevin> Wintel world there's no such thing as standards.
  438.  
  439. MacOS on PC hardware could run very fast via dynamic recompilation*
  440. and could run blazingly fast if compiler tools were available** to
  441. allow CPU intensive routines to be compiled into 80x86 code by the
  442. software author.
  443.  
  444. There are many standards in the PC world that would be very useful to
  445. a port of MacOS to PCs, for instance the VESA 2 extensions.
  446.  
  447. We wrote Executor, a Macintosh emulator that allows PCs to run much
  448. 68k Macintosh software, and it does so faster on entry level Pentiums
  449. than any 68k based Macintosh Apple ever released.
  450.  
  451. We did this all without any help from Apple and we do not use any of
  452. Apple's ROMs or System file, nor have we disassembled any of Apple's
  453. ROM or System file.  By doing it this way we have not been able to
  454. support all of System 7, much less support post System 7 features like
  455. QuickTime.  In addition, there are still enough compatbility problems
  456. that many programs do not work.  *However*, if we could license System
  457. 7.5, we could fairly easily get a very large degree of compatibility,
  458. since we'd be using Apple's code with all its quirks, rather than our
  459. rewrite from incomplete and inaccurate documentation.
  460.  
  461. See http://www.ardi.com for more information about Executor.
  462. There is also an Executor newsgroup:  comp.emulators.mac.executor.
  463.  
  464. We continue on a day to day basis assuming that Apple is not
  465. interested in embracing our technology, and that is their decision,
  466. but MacOS 7.5 could run very quickly indeed on PCs.
  467.  
  468. What we have done is *much* more difficult than what QUIX has done,
  469. and infinitely more useful if Apple ever wants to reward their
  470. software developers and potentially take on Microsoft on Intel based
  471. PC hardware.
  472.  
  473. Intel is not the enemy.
  474.  
  475. --Cliff
  476. ctm@ardi.com
  477.  
  478. __________________
  479. *We've done this already.
  480. **We will do this in '96
  481.  
  482. From owner-paper Fri Jan 26 05:13:45 1996
  483. Return-Path: <owner-paper>
  484. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  485.     id m0tfn2D-0007qIa; Fri, 26 Jan 96 05:13 MST
  486. Sender: owner-paper
  487. Received: from eexi.gr by ftp.ardi.com with smtp
  488.     (Smail3.1.29.1 #3) id m0tfmyS-0007qGC; Fri, 26 Jan 96 05:09 MST
  489. Received: from 193.92.44.70.eexi.gr (elite@aurora.eexi.gr [193.92.44.70]) by eexi.gr (8.6.12/8.6.9) with SMTP id OAA06881 for <executor@ardi.com>; Fri, 26 Jan 1996 14:18:08 +0200
  490. Message-ID: <3108C416.2FF3@aurora.eexi.gr>
  491. Date: Fri, 26 Jan 1996 14:07:50 +0200
  492. From: Dimitris Alexandris <evercom@eexi.gr>
  493. Organization: EverCom Inc.
  494. X-Mailer: Mozilla 2.0b5 (Win95; I)
  495. MIME-Version: 1.0
  496. To: executor@ardi.com
  497. Subject: Re: Can Quix save Apple?
  498. References: <1996Jan14.170950.1@ugsc2a> <1996Jan24.154317.45212@ac.dal.ca> <ufpwc7p7mx.fsf@ftp.ardi.com>
  499. Content-Type: text/plain; charset=iso-8859-2
  500. Content-Transfer-Encoding: 7bit
  501. Sender: owner-paper@ardi.com
  502. Precedence: bulk
  503.  
  504. Clifford T. Matthews wrote:
  505. > There are many standards in the PC world that would be very useful to
  506. > a port of MacOS to PCs, for instance the VESA 2 extensions.
  507.  
  508. Indeed, there's hell of a lot of standards in the PC world, contrary to what 
  509. many Mac users are led to believe by official Apple policy!
  510.  
  511. > We wrote Executor, a Macintosh emulator that allows PCs to run much
  512. > 68k Macintosh software, and it does so faster on entry level Pentiums
  513. > than any 68k based Macintosh Apple ever released.
  514.  
  515. Indeed, Cliff, and you are worth many many congratulations for that!
  516.  
  517. > We continue on a day to day basis assuming that Apple is not
  518. > interested in embracing our technology, and that is their decision,
  519. > but MacOS 7.5 could run very quickly indeed on PCs.
  520.  
  521. I believe Apple has definitely lost the game because they simply followed the 
  522. wrong marketing policy from day one back in 1984/1985 when the first Mac was 
  523. released. Although an exceptional machine with an exceptional & robust OS it 
  524. finally fell short of establishing a wide user base such as this of PCs 
  525. because of the short-sighted marketing policy from Apple.
  526.  
  527. > Intel is not the enemy.It certainly isn't ;-)
  528.  
  529. Dimitris
  530. -- 
  531. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  532. Tel/Fax: +30 1 8253634               Internet E-Mail: evercom@eexi.gr
  533. Data:    +30 1 8253635                               evercom@onned.gr
  534.          +30 1 8835645                WWW http://www.eexi.gr/~evercom
  535. ---------------------------------------------------------------------
  536.       EverCom Inc., 25 Kresnas Str., Athens, Greece GR-113 63
  537. \\\  Network Maintenance and Internet Communications Consultants  ///
  538. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  539.  
  540. From owner-paper Fri Jan 26 05:13:56 1996
  541. Return-Path: <owner-paper>
  542. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  543.     id m0tfn2Q-0007qGa; Fri, 26 Jan 96 05:13 MST
  544. Sender: owner-paper
  545. Received: from ardi.com by ftp.ardi.com
  546.     (Smail3.1.29.1 #3) id m0tfn1t-0007qHn; Fri, 26 Jan 96 05:13 MST
  547. Path: sloth.swcp.com!tesuque.cs.sandia.gov!lynx.unm.edu!fg1.plk.af.mil!news.zynet.com!imci2!newsfeed.internetmci.com!news.msfc.nasa.gov!bcm.tmc.edu!newshost.convex.com!news.dfw.net!sol.wf.net!usenet
  548. From: cbell@sol.wf.net (Chuck Bell)
  549. Newsgroups: comp.emulators.mac.executor
  550. Subject: Executor error message
  551. Date: Wed, 24 Jan 1996 03:41:23 GMT
  552. Organization: Wichita Falls Internet
  553. Lines: 16
  554. Message-ID: <4e4bi6$3ad@sol.wf.net>
  555. NNTP-Posting-Host: ppp16.wf.net
  556. X-Newsreader: Forte Free Agent 1.0.82
  557. To: executor@ardi.com
  558. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  559. Sender: owner-paper@ardi.com
  560. Precedence: bulk
  561.  
  562. Now I'm getting the following error message:
  563.  
  564. dosdisk.c:264; fatal error in 'dosdisk_seek': failed assertion '0'
  565. Can't open system file
  566.  
  567. Doesn't sound too good! I got Executor running on my desktop PC, a
  568. 486SX/25 with 16MB RAM, under Windows 95. The error I'm getting is
  569. when trying to run Executor on my IBM ThinkPad 500 with 4MB RAM. It
  570. has a 486DLC/25 processor. I set FILES=30 and played around with the
  571. STACKS setting, but can't get it to work. I'm just dying to get this
  572. thing on the laptop so I can swap files in my MAC-only office.
  573.  
  574. Thanks for any help.
  575.  
  576. Chuck Bell
  577.  
  578.  
  579.