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

  1. Dear Jon and Folks,
  2.  
  3. You can significantly improve the performance of Executor by  
  4. rebuiling the kernel mods, with FASTALINETRAPS enabled.  To do this,  
  5. edit the file /LocalApps/Executor.app/ardimods/Makefile.  Find a line  
  6. that says:
  7.  
  8. # ARDIOPTIONS=-DFASTALINETRAPS
  9.  
  10. and delete the leading "# " sharp and space, so the line reads
  11.  
  12. ARDIOPTIONS=-DFASTALINETRAPS
  13.  
  14. Then issue the command "make ardimods_reloc".  It should look  
  15. something like this (note, you need to be root to do this):
  16.  
  17. iclone# make ardimods_reloc
  18.  
  19. cc -g -DKERNEL -DKERNEL_FEATURES -DMACH   -c ardimods_main.c
  20. cc  -c ardimods.s
  21. cc -g -DKERNEL -DKERNEL_FEATURES -DMACH   -c ardimodc.c
  22. kl_ld -n ardimods -l LoadCommands -u UnloadCommands -i instance  -o  
  23. ardimods_reloc ardimods_main.o ardimods.o ardimodc.o
  24.  
  25. iclone# 
  26.  
  27.  
  28. Now that you have the faster mods loaded, you can install them either  
  29. by rebooting or using the kl_util program:
  30.  
  31. iclone# kl_util -d ardimods
  32.  
  33. removing server ardimods
  34. Server ardimods deallocating
  35. Server ardimods unloading
  36. Server ardimods re-Allocated
  37. Server ardimods Deallocated
  38.  
  39. iclone# kl_util -a ardimods_reloc
  40.  
  41. Adding server with relocatable  
  42. /LocalApps/Executor.app/ardimods/ardimods_reloc
  43. Allocating server ardimods
  44. Server ardimods linking  
  45. /LocalApps/Executor.app/ardimods/ardimods_reloc against /mach
  46. Server ardimods linking relocatable  
  47. "/LocalApps/Executor.app/ardimods/ardimods_reloc"
  48. Server ardimods Allocated
  49. Server ardimods loading
  50. regs.pc = 4029564
  51. Server ardimods download complete
  52. Server ardimods starting up
  53. Server ardimods Loaded
  54.  
  55. iclone# 
  56.  
  57.  
  58. Note, when you use the "-d" option you say "ardimods", but when you  
  59. use the "-a" option you say "ardimods_reloc".  "-d" stands for  
  60. delete, "-a" stands for add.
  61.  
  62. The fast ardimods will be the default with 1.2.1, so performance will  
  63. be enhanced.  I'm not sure which programs you're running where you  
  64. see Executor get slower the longer it runs; I've spent hours in Word  
  65. 5 editting our manual and not noticed such a thing (but it could be  
  66. that I was in a daze when I wrote our manual; it's a mind-numbing  
  67. task, but someone had to do it).
  68.  
  69. If you find that your entire machine has slowed down to a crawl after  
  70. running Executor, it means that the cache has not been turned back on  
  71. (Executor turns the cache off and on very rapidly in order to get  
  72. programs like Word 4 to run on an 040 even when they don't on an 040  
  73. Mac).  THIS IS A BUG.  PLEASE REPORT THE EXACT CIRCUMSTANCES TO US  
  74. (sending e-mail to bugs@ardi.com is the preferred method).  Executor  
  75. is supposed to turn the cache back on, even if a program dies  
  76. inexplicably.  If it is failing to do this, then it's a bug that we  
  77. need to fix (we haven't seen it over here).
  78.  
  79. If you find your machine running slowly, you should be able to use  
  80. the "cacheon" program to bring it back up to speed.  You can run  
  81. cacheon either by typing it to the shell prompt in Terminal, or  
  82. double clicking on it (it will be installed in the same directory  
  83. that you installed Executor, presumably /LocalApps).
  84.  
  85. The new version of HFS_XFer that will be shipped with Executor 1.2.1  
  86. will copy much faster (hooray!) and has a few bug fixed, but will not  
  87. be able to do anything with files copied via NeXTSTEP 3.0.  As far as  
  88. I know, NeXTSTEP 3.0 does not make the file type and file creator  
  89. available to either end-users or programmers.  This is a major  
  90. problem and NeXT knows about it, but unfortunately, even though it  
  91. was brought to some peoples attention at NeXT last January, the right  
  92. people didn't learn about it until it was too late.  I can't be  
  93. totally sure that this is the case for official NeXTSTEP 3.0, but it  
  94. was true for NeXTSTEP 3.0 PR1 and PR2.
  95.  
  96.     --Cliff
  97.  
  98. From iclone!ctm@unmvax.cs.unm.edu  Wed Sep 16 17:45:53 1992
  99. Received: from unmvax.cs.unm.edu by ictv.com (5.65+/1.34v1.3)
  100.     id AA16488; Wed, 16 Sep 92 17:45:53 -0700
  101. Received: from iclone.UUCP by unmvax.cs.unm.edu (5.61/3.3) with UUCP
  102.     id <AA10718@unmvax.cs.unm.edu>; Wed, 16 Sep 92 18:45:45 -0600
  103. Received: by  iclone  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  104.     id AA00889; Wed, 16 Sep 92 18:37:37 MDT
  105. Date: Wed, 16 Sep 92 18:37:37 MDT
  106. From: iclone!ctm@unmvax.cs.unm.edu (Clifford T. Matthews)
  107. Message-Id: <9209170037.AA00889@ iclone >
  108. Received: by NeXT Mailer (1.63)
  109. To: ictv.com!executor@unmvax.cs.unm.edu
  110. Subject: side-effects of HFS_XFer and Executor 1.2 under NeXTSTEP 3.0
  111.  
  112. Dear Folks,
  113.  
  114. There is a possibility that when you run Executor or HFS_XFer under  
  115. NeXTSTEP 3.0 Gold (i.e. not PR1 or PR2) you lose NeXTSTEP's ability  
  116. to see Macintosh formatted disks.  I am checking into this problem  
  117. now, but if you find that it happens to you, you can execute this  
  118. command as root to fix the problem:
  119.  
  120. iclone# mv /usr/filesystems/mac.fs.SAVE /usr/filesystems/mac.fs
  121.  
  122. If after quitting HFS_XFer, the disk isn't ejected, you'll also need  
  123. to use this command if you have an internal floppy:
  124.  
  125. iclone# disk -e /dev/rfd0b
  126.  
  127. or this command if you have a SCSI floppy (change the 1 to whatever  
  128. SCSI number NeXTSTEP assigns your SCSI drive):
  129.  
  130. iclone# disk -e /dev/rsd1h
  131.  
  132. Because we don't have a copy of NS3.0, it is hard for us to verify  
  133. that the problem exists.  I don't think it occurred under NeXTSTEP  
  134. 3.0 PR1 or NeXTSTEP 3.0 PR2.  However, we'll get access to a NS3.0  
  135. system ASAP.
  136.  
  137. I talked with our printer and she expects us to have our manuals back  
  138. this coming Monday or Tuesday.  I will make sure that Executor 1.2.1  
  139. plays nicely with NeXTSTEP 3.0 before we start shipping it.  Most  
  140. likely we will have fixed the bug and be able to ship as soon as the  
  141. manuals are in.
  142.  
  143. I apologize for the obvious inconvenience that this creates.
  144.  
  145. Sincerely
  146.  
  147. Cliff
  148.  
  149. From benseb@SDSC.EDU  Wed Sep 16 20:01:04 1992
  150. Received: from unmvax.cs.unm.edu by ictv.com (5.65+/1.34v1.3)
  151.     id AA17543; Wed, 16 Sep 92 20:01:04 -0700
  152. Received: from grumpy.sdsc.edu by unmvax.cs.unm.edu (5.61/3.3) with SMTP
  153.     id <AA14717@unmvax.cs.unm.edu>; Wed, 16 Sep 92 21:01:01 -0600
  154. Received: by grumpy.sdsc.edu (4.1/4.7)  id AA17688; Wed, 16 Sep 92 20:00:06 PDT
  155. Date: Wed, 16 Sep 92 20:00:06 PDT
  156. From: Booker Bense <benseb@SDSC.EDU>
  157. Message-Id: <9209170300.AA17688@grumpy.sdsc.edu>
  158. To: iclone!ctm@unmvax.cs.unm.edu, ictv.com!executor@unmvax.cs.unm.edu
  159. Subject: How to transfer mac files in NoN-sneakernet mode
  160.  
  161. - I have a better network connection than a connection to a mac with a 
  162. super drive. What's the best way to get apps into Executor over the 
  163. net ? I haven't had much luck so far.
  164.  
  165. - Booker 
  166.  
  167. From chris@nextpoint.de  Thu Sep 17 06:59:02 1992
  168. Received: from mail.Germany.EU.net by ictv.com (5.65+/1.34v1.3)
  169.     id AA08905; Thu, 17 Sep 92 06:59:02 -0700
  170. Received: from nextpt
  171.     by mail.Germany.EU.net with UUCP (5.65c/EUnetD-2.2.0.h)
  172.     via EUnet for ictv.com
  173.     id AA07071; Thu, 17 Sep 1992 15:58:12 +0200
  174. Received: from  gf01  (gf01) by  nextpoint.de  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0ral)
  175.     id AA14510; Thu, 17 Sep 92 14:13:53 MET DST
  176. Message-Id: <9209171213.AA14510@ nextpoint.de >
  177. Received: by  gf01  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  178.     id AA00969; Thu, 17 Sep 92 14:14:03 GMT+0200
  179. Date: Thu, 17 Sep 92 14:14:03 GMT+0200
  180. From: chris@nextpoint.de
  181. Received: by NeXT Mailer (1.63.RR)
  182. To: executor@ictv.com
  183. Subject: executor
  184.  
  185. Dear Sirs.
  186.  
  187. NeXTpoint Informationssysteme GmbH is an authorized NeXT Center in  
  188. Germany.
  189. We are very interested in your software -productexecutor.
  190. We would like to order more information, dealer pricing + discount,  
  191. shop-versions, demos, etc.
  192. Hoping to hear from you soon.
  193.  
  194. Christian Schleich
  195. general manager
  196.  
  197. chris@nextpoint.de
  198.  
  199. NeXTpoint Informationssysteme GmbH
  200. D-6835 Brvhl , A.Bassermannstr. 31 , Germany
  201. Tel. +49 6202 74071 , Fax. +49 6202 78510
  202.  
  203. From jim@stealth.andrew.cmu.edu  Fri Oct  2 08:51:14 1992
  204. Received: from STEALTH.ANDREW.CMU.EDU by ictv.com (5.65+/1.34v1.3)
  205.     id AA23645; Fri, 2 Oct 92 08:51:14 -0700
  206. Received: by stealth.andrew.cmu.edu (NX5.67c/1.0)
  207.     id AA00262; Fri, 2 Oct 92 11:49:00 -0400
  208. Date: Fri, 2 Oct 92 11:49:00 -0400
  209. From: jim@stealth.andrew.cmu.edu (Jinmo Ahn)
  210. Message-Id: <9210021549.AA00262@stealth.andrew.cmu.edu>
  211. Received: by NeXT.Mailer (1.87.1)
  212. Received: by NeXT Mailer (1.87.1)
  213. To: executor@ictv.com
  214. Subject: Shipping?
  215.  
  216.  
  217. I just got on the phone with NextConnection to see if they had  
  218. Executor in stock.  The salesperson told me ARDI is having  
  219. 'packaging' problems.  
  220.  
  221.  
  222. What's the deal?  When will it ship?
  223.  
  224. Jim
  225.  
  226. From iclone!ctm@unmvax.cs.unm.edu  Fri Oct  2 09:43:21 1992
  227. Received: from unmvax.cs.unm.edu by ictv.com (5.65+/1.34v1.3)
  228.     id AA24038; Fri, 2 Oct 92 09:43:21 -0700
  229. Received: from iclone.UUCP by unmvax.cs.unm.edu (5.61/3.3) with UUCP
  230.     id <AA28127@unmvax.cs.unm.edu>; Fri, 2 Oct 92 10:43:12 -0600
  231. Received: by  iclone  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  232.     id AA00391; Fri, 2 Oct 92 10:34:19 MDT
  233. Date: Fri, 2 Oct 92 10:34:19 MDT
  234. From: iclone!ctm@unmvax.cs.unm.edu (Clifford T. Matthews)
  235. Message-Id: <9210021634.AA00391@ iclone >
  236. Received: by NeXT Mailer (1.63)
  237. To: ictv.com!executor@unmvax.cs.unm.edu
  238. Subject: Re: Shipping?
  239.  
  240. Dear Jim and others waiting patiently for Executor 1.2.1,
  241.  
  242. Approximately 500 copies of Executor 1.2.1 will be going to the mail  
  243. on Monday.  That shipment includes all the free updates and all the  
  244. backorders to dealers around the world.  I apologize for the delay  
  245. which I explain below.
  246.  
  247. Our intention was to have Executor shipping on the 14th of September.   
  248. That would have given us a week to get copies to our distributers  
  249. listed in our ad in the current, Winter 1992, NeXTWORLD.
  250.  
  251. As you know, Executor 1.2.1 is the first version of Executor to come  
  252. with a nice manual/binder/slipcase.  We've had the binders and the  
  253. slipcases for some time.  We ran into three separate problems  
  254. producing the manuals.
  255.  
  256. The first problem is that even though we discussed exactly what we  
  257. were doing with our local (Macintosh based) printer, there was some  
  258. last minute confusion that delayed the Lino output by two business  
  259. days.  Hence the release date moves to the 16th of September.
  260.  
  261. The second problem is that the printer took a week longer to get our  
  262. manuals done than we expected.  The release date now moves to the  
  263. 23rd of September.
  264.  
  265. The 23rd came and I personally went over to pick up our manuals only  
  266. to find that they had been run on the wrong type of paper (bond  
  267. instead of glossy) and that insufficient attention to detail had been  
  268. paid when operating some of the collating machines and there were  
  269. holes on some of the pages of each of our manuals.  We refused the  
  270. manuals on the paper mix-up alone, but even barring that the quality  
  271. was not acceptable either.  At this point we consider shipping  
  272. Executor 1.2.1 disks now and send the manuals later.
  273.  
  274. However, after reviewing the packaging concerns (using a 2.5" x 6" x  
  275. 9" box to send a floppy is "inefficient" to say the least) and  
  276. discussing the situation with the printer, we've come down with a  
  277. firm date of this coming Monday for them to deliver the guts of our  
  278. manual (they actually said it would be today, Friday or Monday, but  
  279. I'm going to assume the worst).
  280.  
  281. That was the bad news.  The good news is that we're getting a *lot*  
  282. of interest from our ad in NeXTWORLD.  This will directly translate  
  283. into more dollars for more engineers.  It will also indirectly turn  
  284. into more software for us to test since we credibly can ask ISV's to  
  285. send a free copy of their software for us so that we can test it and  
  286. advertise it as working with Executor 1.2.1 if it does or fix some  
  287. incompatibilities and have it working for Executor 1.3.
  288.  
  289. Thank you for all the support you've given us so far.  We're really  
  290. starting to take off and we greatly appreciate the people who  
  291. purchased from us when word-of-mouth was our sole advertising.
  292.  
  293.     --Cliff
  294.  
  295. From bill@nextsrv1.andi.org  Wed Oct 14 12:45:26 1992
  296. Received: from nextsrv1.ANDI.ORG by ictv.com (5.65+/1.34v1.3)
  297.     id AA07014; Wed, 14 Oct 92 12:45:26 -0700
  298. Received: by nextsrv1.andi.org (NX5.67c/NX3.0M)
  299.     id AA00633; Wed, 14 Oct 92 14:38:51 -0400
  300. Date: Wed, 14 Oct 92 14:38:51 -0400
  301. From: Bill Strehl <bill@nextsrv1.andi.org>
  302. Message-Id: <9210141838.AA00633@nextsrv1.andi.org>
  303. Received: by NeXT.Mailer (1.87.1.RR)
  304. Received: by NeXT Mailer (1.87.1.RR)
  305. To: ANDIBoard@nextsrv1.andi.org
  306. Subject: NeXTSTEP 486 Q&A
  307. Cc: ANDIGroupMailingList@nextsrv1.andi.org, ANDIMailingList@nextsrv1.andi.org,
  308.         Corporate@nextsrv1.andi.org, Dealer@nextsrv1.andi.org,
  309.         Developer-Individual@nextsrv1.andi.org, TheTesters@nextsrv1.andi.org
  310. Reply-To: bill@nextsrv1.andi.org
  311.  
  312. REPEAT MESSAGE: Welcome to "News from NeXT," an electronic news  
  313. source for NeXT users and enthusiasts in education.  Feel free to  
  314. pass this electronic publication to interested colleagues or friends  
  315. in electronic or hard copy form.  Anyone who would like to be added  
  316. to (or removed from) the mailing list of "News from NeXT," must  
  317. submit his or her request via e-mail to the following e-mail address:  
  318. news_from_next@next.com
  319.  
  320. Requests should include the following information:
  321.  
  322. Name
  323. E-mail address where you would like to receive "News from NeXT"
  324. Title
  325. Institution/Organization
  326. Department
  327. Street Address
  328. City, State, Zip
  329.  
  330. Thank you.
  331.  
  332. David Spitzler
  333. Mgr., Higher Education Marketing
  334. NeXT Computer, Inc.
  335.  
  336. Begin news:
  337.  
  338. NeXTSTEP 486 Product Questions and Answers
  339.  
  340. Table of Contents
  341.  
  342. NeXTSTEP 486 Schedule
  343. NeXTSTEP 3.0 on NeXT Computers vs NeXTSTEP 486
  344. NeXTSTEP 486 Hardware Support
  345. NeXTSTEP 486 Microsoft DOS and Windows Support
  346.  
  347.  
  348. NeXTSTEP 486 Schedule
  349.  
  350. What is the current status of NeXTSTEP 486?
  351. We have just finished an early release of NeXTSTEP 486 3.0. This
  352. release was designed a select group of Independent Software Vendors.
  353. Several software vendors have already ported their software to
  354. NeXTSTEP 486.
  355.  
  356.  
  357. Where can I see NeXTSTEP 486 3.0?
  358. NeXTSTEP 486 release 3.0 was shown at UNIX Expo, Seybold and future
  359. trade shows such as Educom and Comdex. In early October,  
  360. demonstration systems
  361. in NeXT sales offices and NeXT's headquarters in Redwood City, CA
  362. were updated to the this new release.
  363.  
  364.  
  365. When will the first Beta release of NeXTSTEP 486 be available?
  366. NeXTSTEP 486 Beta release is scheduled for the 4th quarter 1992.
  367.  
  368.  
  369. When will the first "Shrink Wrap"  release of NeXTSTEP 486 be
  370. available?
  371. NeXTSTEP 486 first customer shipment of the "Shrink Wrap" release is
  372. scheduled for the 1st quarter 1993.
  373.  
  374.  
  375.  
  376. NeXTSTEP 3.0 on NeXT Computers vs NeXTSTEP 486
  377.  
  378.  
  379. How does NeXTSTEP 486 differ from NeXTSTEP on NeXT Computers?
  380. It doesn't. NeXTSTEP 486 is a complete port of the NeXTSTEP 3.0
  381. software environment to Intel-based Computers. NeXTSTEP 486 has the
  382. same User Interface, Development Environment, Applications,
  383. Networking (NFS, Novell, Appleshare), State of the Art Color, Mach
  384. UNIX, Display Postscript, 3D Renderman etc, etc.
  385.  
  386.  
  387. What about support for NeXT Computer specific hardware features such
  388. as the DSP?
  389. NeXT Computers offer additional hardware support not commonly
  390. available for Intel systems. This includes the DSP. The DSP in a NeXT
  391. Computer is used for a variety of functions including ISDN support
  392. and real-time audio compression / de-compression. ISDN support for
  393. NeXTSTEP 486 will be provided via an add-on PC card and ISDN adapter.
  394. Real-time audio compression / de-compression support is currently
  395. under investigation.
  396.  
  397.  
  398. How would you compare 486 systems running NeXTSTEP 486 vs the NeXT
  399. Computer product line?
  400. NeXT Computers are true integrated workstations designed to provide
  401. high performance throughout the entire system. In order to make a
  402. fair comparison, an Intel system must be equipped with a complete set
  403. of high performance interfaces. In other words, a 486DX/2 50Mhz with
  404. a processor-direct graphics system, EISA backplane, 32bit LAN, 32bit
  405. SCSI, 16bit Sound and a high-performance SCSI disk will perform
  406. similar to a NeXTstation Turbo. A 486DX 33Mhz similarly equipped
  407. should provide performance equivalent to a NeXTstation. Intel-based
  408. systems configured for this level of performance often cost as much
  409. or more than NeXTstations; please contact NeXT Hardware Product
  410. Marketing for additional comparison information.
  411.  
  412.  
  413. Can I use NeXTSTEP 486 systems with my existing NeXT Computers?
  414. Of course! NeXTSTEP 486 is design to plug and play with existing NeXT
  415. installations. NeXT has addressed interoperability between NeXTSTEP
  416. systems in the following ways:
  417. * NeXTSTEP systems share identical networking capabilities.
  418. * NeXTSTEP systems share the same Distributed Objects.
  419. * NeXTSTEP systems use the same system and network administration
  420.    services.
  421. * NeXTSTEP systems use the same mass storage format. Yes, you can
  422.    take a external SCSI drive, removable media (ie Bernoulli etc) or
  423.    floppy disk and use it interchangeably between NeXT Computers and
  424.    NeXTSTEP 486 systems.
  425.  
  426.  
  427. How do I use applications compiled for both NeXT Computers and
  428. NeXTSTEP 486 on the same network?
  429. Simply. NeXTSTEP 3.0 includes a new feature called Multi-Architecture
  430. Binaries (so called "Fat" binaries). This capability allows
  431. developers to compile NeXTSTEP applications on multiple system
  432. architectures, and combine them into a single package. When an
  433. application is run, NeXTSTEP will extract the appropriate
  434. instructions for the local system, and run the application. This
  435. operation is completely transparent to the user, it just works! Most
  436. of the NeXTSTEP applications in the future will be delivered as
  437. Multi-Architecture Binaries. Tools are also provided to "Slim"
  438. binaries for use in a one architecture environment.
  439.  
  440.  
  441. Do Multi-Architecture Binaries take a lot of extra disk space?
  442. No. Most applications consist of one or more executable programs
  443. (with architecture dependent machine instructions) and a lot of text
  444. and data. This machine independent data is typically data files used
  445. by the application, help files, examples, internationalization etc.
  446. Since only the actual machine dependent portion of the application is
  447. duplicated, a two architecture application typically takes only about
  448. 20%-30% more disk space than a single architecture application. If
  449. disk space is tight, tools are provided to "Slim" binaries for use in
  450. a single architecture environment.
  451.  
  452.  
  453. How difficult is it to recompile existing NeXT applications over to
  454. NeXTSTEP 486?
  455. Very easy. Most programs will simply recompile and run, or require
  456. few changes. We believe that any application that uses the standard
  457. development environment and Object kits provided by NeXT should
  458. simply compile and run. Only applications that use architecture
  459. specific features or data formats, will require additional time to
  460. port. Several developers have already ported applications to NeXTSTEP
  461. 486.  Appsoft Draw simply recompiled and ran, Lighthouse Concurrence
  462. took 3 hours, other programs took 1/2 a day to 2 days, and this was
  463. all on a very early release of NeXTSTEP 486 3.0!
  464.  
  465.  
  466. When developing programs, are there any portability issues I should
  467. be aware of?
  468. Yes. As stated above, any applications that use the standard tools
  469. provided by the NeXTSTEP development environment, should just
  470. recompile and work. To make sure developers are aware of  portability
  471. issues, NeXT is producing a guide to address source code portability
  472. between different architectures running NeXTSTEP. This guide should
  473. be available in November.
  474.  
  475.  
  476. What is the difference between the NeXTSTEP 486 User Environment and
  477. Developer Environment?
  478. The NeXTSTEP 486 User Environment consists of the entire NeXTSTEP 3.0
  479. environment, minus the developer tools. The Developer Environment
  480. includes the developer tools such Interface builder, Project Builder,
  481. C compilers, Object Kits, example source code and developer
  482. documentation.
  483.  
  484.  
  485.  
  486. NeXTSTEP 486 Hardware Support
  487.  
  488. What are the general requirements to run NeXTSTEP 486 on Intel-based
  489. Computers?
  490. Please refer to the NeXTSTEP 486 - Desktop Systems Hardware
  491. Compatibility Overview. This document addresses RAM, Disk, Graphics
  492. Adapters and I/O card support for NeXTSTEP 486. A specific NeXTSTEP
  493. 486 Hardware Compatibility Guide will be available in November.
  494.  
  495.  
  496. If a specific I/O card is not supported by NeXT, can 3rd parties
  497. write drivers for NeXTSTEP 486?
  498. Yes. NeXTSTEP 486 uses a newly developed object-oriented driver
  499. architecture that brings the benefits of object-orientation all the
  500. way down to the I/O card driver level. Complete documentation for
  501. this new "Driver Kit" architecture will be available later this year.
  502.  
  503.  
  504. How will NeXTSTEP 486 be installed?
  505. NeXTSTEP 486 will come with a boot floppy and a CDROM. To install
  506. NeXTSTEP 486, the system boots from the floppy, and then installs the
  507. minimum NeXTSTEP environment from the CDROM (SCSI CDROM drive). The
  508. user may then chose from several optional packages depending on the
  509. available disk space and user requirements.
  510.  
  511.  
  512. Has NeXT published any specific configurations I can purchase today?
  513. Yes. Specific configurations for DELL and Compaq computers are
  514. available. Information about additional systems vendors will be
  515. available in November.
  516.  
  517.  
  518. Will NeXTSTEP 486 run on 386 machines?
  519. No. NeXTSTEP 486 uses several 486 specific features that enhance the
  520. performance of NeXTSTEP. NeXTSTEP 486 will support any true 486.
  521.  
  522.  
  523. Will NeXTSTEP 486 run on the Cyrix 486SLC?
  524. No. The Cyrix chip not a true 486.
  525.  
  526.  
  527. Will NeXTSTEP 486 run on the future Intel Microprocessors in the x86
  528. family?
  529. Of course! NeXTSTEP 486 will not only support them, but will take
  530. advantage of any performance enhancements available with future Intel
  531. CPU's, just as NeXT has taken advantage of the 486.
  532.  
  533.  
  534. Will NeXTSTEP 486 run on portable computers?
  535. Yes. Many portables and notebooks with 486 CPU's and sufficient
  536. system resources (8+MB RAM and 120+MB hard disk space) are available.
  537. Since NeXTSTEP 486 will support 640x480 VGA displays in grayscale,
  538. NeXTSTEP 486 can run on these systems. Do be aware that NeXTSTEP's
  539. user interface and applications were not designed for low-resolution
  540. screens, and consequently will impose limitations on the use of some
  541. applications. Also, typical battery management systems do not work
  542. with multi-tasking operating systems. Future versions of NeXTSTEP 486
  543. will provide driver support for portable-oriented peripherals such as
  544. pocket Ethernet, SCSI and Sound adapters and PC/MCIA cards. We expect
  545. additional device drivers for portable peripherals to be available in
  546. Q3-Q4 1993. Until drivers are available for portable SCSI adapters,
  547. NeXTSTEP 486 can be installed on portables by using a docking station
  548. with SCSI adapter and CDROM. The docking station can then be used for
  549. a local area network card. NeXT is investigating future Intel
  550. microprocessors that may provide battery management support for
  551. advanced operating systems such as NeXTSTEP.
  552.  
  553.  
  554.  
  555. NeXTSTEP 486 Microsoft DOS and Windows Support
  556.  
  557. Will NeXTSTEP 486 be able to run Microsoft DOS and Windows programs?
  558. Yes. NeXTSTEP 486 will support a DOS and Windows compatibility
  559. package. This software will allow DOS 5.0 and Windows 3.1 programs to
  560. run within a NeXTSTEP window. Support will include DOS "Protected"
  561. mode and Windows 3.1 "Standard" mode (Win-16). Support for Win-32
  562. applications is planned for the second half of 1993.
  563.  
  564.  
  565. Will DOS and Windows compatibility be included with NeXTSTEP 486?
  566. We have not yet announced how this capability will be packaged.
  567.  
  568.  
  569. How will my DOS and Windows applications perform under NeXTSTEP 486?
  570. Very well. The DOS/Windows compatibility package for NeXTSTEP 486
  571. takes full advantage of the 486 microprocessor. Depending on system
  572. hardware configuration and type of DOS/Windows application,
  573. performance should vary between 386 and 486 native DOS/Windows
  574. performance. In addition, to enhance the performance of Windows
  575. applications, a MS Windows specific Graphics Device Interface (GDI)
  576. driver which maps Microsoft Windows calls directly to the NeXTSTEP
  577. window server will be part of the system.
  578.  
  579.  
  580. Is the window I use to run Microsoft Windows applications resizable?
  581. Yes. You can set the Windows session to any size you wish up to the
  582. maximum screen size available to the NeXTSTEP 486 system you are
  583. using.
  584.  
  585.  
  586. Will this DOS/Windows compatibility system allow me to run several
  587. DOS programs at once?
  588. Yes. Since NeXTSTEP 486 is a multi-tasking, virtual memory operating
  589. environment, several DOS/Windows sessions can be run at once.
  590.  
  591.  
  592. Can I cut and paste between DOS/Windows sessions and NeXTSTEP
  593. applications?
  594. Yes. You can cut and paste text and graphics between DOS/Windows and
  595. NeXTSTEP applications.
  596.  
  597.  
  598. Can I use both DOS and NeXTSTEP 486 partitions on the same hard disk?
  599. Yes. NeXTSTEP 486 will support multiple operating systems on the same
  600. local hard disk. When the system boots, the user can chose to boot
  601. another operating system (such as DOS) or NeXTSTEP. If the local
  602. partition contains DOS, NeXTSTEP 486 will be able to access the local
  603. DOS partition and read/write files to it.
  604.  
  605.  
  606. Can NeXTSTEP 486 read and write DOS format floppies?
  607. Of course. Just like all NeXT Computers.
  608.  
  609.  
  610. ____________________________________________________________________
  611.  
  612.  
  613. NeXTSTEP 486 - Desktop Systems Hardware Compatibility Overview
  614.  
  615. This document describes in general terms, the types of IBM Compatible
  616. PC based hardware that will be supported by NeXTSTEP 486
  617. in it's First General Release. For specific supported configurations
  618. please refer to the NeXTSTEP 486 Hardware Compatibility Guide. For
  619. any hardware specification or purchase, please contact NeXT for the
  620. latest update to this Guide. This overview is preliminary, and
  621. subject to change as additional PC hardware is certified for NeXTSTEP
  622. 486.
  623.  
  624. General Requirements:
  625.  
  626. CPU - 486 based PC Compatible Computer. This includes 486SX, 486DX,
  627. 486DX/2. Future Intel Microprocessor designs in the x86 family will
  628. also be supported. ISA or EISA expansion bus. 486DX and 486DX/2's are
  629. recommended for better performance.
  630.  
  631. Available Hard Disk Space - User Environment, 120 MB Minimum.
  632. Developer Environment, 330 MB Minimum. Larger local disks are
  633. recommended for stand alone systems.
  634.  
  635. Graphics:
  636.  
  637. NeXTSTEP 486's Display Postscript Graphics system supports both
  638. Grayscale and Color on 486 based PC's. The Graphics Adapter support
  639. and RAM requirements vary depending upon the user's selection of
  640. Grayscale or Color.
  641.  
  642. 2 Bit Grayscale System Support:
  643.  
  644. Graphics Adapters - Most VESA (Video Electronics Standards
  645. Association) compatible VGA or Super VGA Graphics Adapters. This
  646. includes popular Super VGA cards from vendors such as the Orchid,
  647. ATI, Paradise, Video Seven and Compaq. These graphics adapters will
  648. be supported at resolutions of 1024x768, 800x600 and 640x480.
  649. Resolutions at or above 800x600 are recommended.
  650.  
  651. RAM - Minimum 8 MB, 12 MB Recommended.
  652.  
  653. 16 Bit Color System Support:
  654.  
  655. Graphics Adapters - In order to provide adequate performance and
  656. Color Quality, NeXTSTEP 486 requires High Performance "Workstation"
  657. style Graphics Adapters. Many new Graphics Systems are being
  658. introduced that meet these requirements, they include Intel JAWS
  659. (such as DELL Processor-Direct Graphics), Chips and Technologies
  660. Wingine, and certain Local Bus Graphics adapters. Depending upon the
  661. size of available VRAM (Video RAM) resolutions of 800x600, 1024x768,
  662. 1120x832 and 1280x1024 will be supported. Graphics Adapters designed
  663. for EISA based PC's are available (such as Compaq QVision 1024/E and
  664. ATI Graphics Ultra Pro) or being developed, these are currently being
  665. evaluated for performance and may provide an easy upgrade for
  666. existing EISA PC's.
  667.  
  668. RAM - Minimum 16 MB, 24 MB Recommended.
  669.  
  670. Additional Device Support:
  671.  
  672. Disk Interfaces - Both IDE and SCSI Hard Disk Interfaces will be
  673. supported. SCSI adapters from Adaptec and DPT (for both ISA and EISA)
  674. will be supported, with more to follow.
  675.  
  676. Pointing Devices - Microsoft and Logitec compatible Bus, PS/2 port
  677. and Serial mice are supported. In addition certain graphics tablets
  678. will also be supported.
  679.  
  680. Printer Support - Any Postscript Level I or II printer connected via
  681. a serial or parallel port, including the NeXT Color Printer
  682. (connected via a SCSI port). Support of Non-Postscript printers will
  683. be available in a future release.
  684.  
  685. Networking Support  - ISA and EISA based Networking Adapters will be
  686. supported including Ethernet and Token Ring Cards from vendors such
  687. as SMC (Western Digital), Intel and 3Com. A Networking card is
  688. optional.
  689.  
  690. Sound Support  - Most popular PC sound Cards will be supported for
  691. both Playback and Recording. These include PC Sound Adapters such as
  692. the Sound Blaster, MediaVision Pro Audio Spectrum and Integrated
  693. Business Audio from Compaq. A Sound card is optional.
  694.  
  695. ISDN Support   - NeXTSTEP 486 will also support high speed digital
  696. ISDN connections through an ISA add-on card.
  697.  
  698. Additional Devices - Other popular PC peripherals such as FAX/Modems
  699. and FAX/Modem add-on cards will be supported.
  700. __________________________________________________________________
  701. end
  702.  
  703.  
  704.  
  705.