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

  1. X-mailer: Microsoft Internet Mail
  2. To: "executor@ardi.com" <executor@ardi.com>
  3. Content-type: text/plain; charset=ISO-8859-1
  4. Date: Tue, 16 Apr 1996 20:41:44 -0500
  5. From: "Dan Guisinger" <dan_g@ix.netcom.com>
  6. Sender: owner-executor@ardi.com
  7. Precedence: bulk
  8.  
  9.  
  10.  
  11.  Here I'll explain the reasons for a port to Win95/NT and OS/2.
  12.  (Note, I don't use OS/2, and don't know how easy the features that 
  13.  windows can handle can be put into OS/2 since they aren't designed the 
  14.  same since 1991)
  15.  
  16.  1) IFS    --    Windows 95 and NT 4.0 (Not sure about 3.51) use an 
  17.  Installable File System.  This was, ALL programs can read from Mac disks.
  18.  
  19.   Not only that, it would guarrentee that if you wanted it, you could make
  20.  
  21.  an actual partition on the Mac side.
  22.  
  23.  2) Very Large API  --  Both OS/2 and Win32 have thousands of API calls 
  24.  that hide hardware from the programmers, making the development time 
  25.  decrease.
  26.  
  27.  3) True 32-bit OSes -- All three OSes do MOST of their work in 32-bit 
  28.  (Yes, I know that window management in 95 IS 16, but thats all)
  29.  
  30.  4) Cut & Paste -- You'll beable to share information via the Clipboard 
  31.  with Mac and PC programs.
  32.  
  33.  5) Fonts -- Windows and OS/2 support True Type Fonts.  ARDIs generic 
  34.  system doesn't.  What could they do?  Route calls thru to Windows or 
  35.  OS/2.  I don't even know if they can do it any other way.  Microsoft and 
  36.  IBM had to licence TTF code.  It could be that its a patented technoligy 
  37.  or something, and ARDI would have to licence it too (Correct me if I'm 
  38.  wrong)
  39.  
  40.  6) Control Panels -- The way Windows uses control panels is this.  A 
  41.  singe CPL file can represent many different applets.  ARDI can make a CPL
  42.  
  43.  file that searches for Mac control panels and then displays icons for 
  44.  those, making settings for both the PC and Mac work together seamlessly.
  45.  
  46.  7) Multitasking -- OS/2 and Win32 are thru multitasking and 
  47.  multithreading. This means ARDI doesn't exactly have to spend too much 
  48.  time on getting the system to multitask.
  49.  
  50.  8) Same Desktop -- All programs can run on the same desktop.  Windows, 
  51.  OS/2, and Mac (Especally true with OS/2 for Windows or OS/2 with 
  52.  Windows)
  53.  
  54.  9) DirectX.  Video/Sound/Networking are all much **FASTER** when using 
  55.  these APIs, thus improving preformance to or above a DOS machine with the
  56.  same hardware.
  57.  
  58.  10) Virtual Memory -- Executor currently has the limit of NO virtual 
  59.  memory.  Win95 has an dynamic swap file that grows/shrinks with use.
  60.  Executor can report the maxinum amount of memory a 68040 (and in
  61.  the future, PPC) can handle, and thus no memory problems.
  62.  
  63.  I  also saw mentioned that with Win95 you need more than 8 megs ram.  
  64.  That may be true, but by the time Executor/95 comes out, 8 megs of ram 
  65.  will cost around $80!  There is a shift in the market that is making all 
  66.  RAM prices drop this year, its already started, and will finish later 
  67.  this year.
  68.  And to that mention of using a 386.  Give me a break.  Who would 
  69.  seriously try emulating anything as complicated as a Mac (68040) on such 
  70.  a slow machine.  Besides for one person, I don't know any body with one 
  71.  If you have a 386 and don't want to pay for a new system, may I suggest 
  72.  Evergreens MakeIt 486??????
  73.  
  74. And to say Win95 runs on top of DOS.  You don't know much about the system
  75. your insulting do you?
  76. Windows 95 loads in real mode, and loads real mode drivers for items not
  77. supported under Windows 95.
  78. IFS.SYS and HIMEM.SYS are replaced with 32-bit versions (same with
  79. DriveSpace) and the rest run off
  80. of emulated DOS and BIOS calls.  The only time your using True DOS 7.0 is
  81. when you boot **to** DOS!
  82. And like I said above, the only part of Win95 that is 16 bit is the part
  83. that handles Windows and Menus,
  84. etc.  That would be why its slow on a Pro is because GDI objects and calls
  85. are the most used part of
  86. Windows.  If you want speed on a P6, get NT.  Don't complain here (Notice,
  87. I haven't complained about
  88. any OS.  I think they all have their advantages and disadvantages.  And I
  89. don't want to see any OS wars
  90. in reply to this).
  91.  
  92.  -=Dan Guisinger=-
  93.  A registered user of E/D and E/L
  94.  
  95.  
  96.  
  97.