home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23657 < prev    next >
Encoding:
Text File  |  1992-11-09  |  6.0 KB  |  135 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!nuscc!rambutan!ltchean
  3. From: ltchean@rambutan.iss.nus.sg (Lim Thye Chean)
  4. Subject: Re: AVATAR
  5. Message-ID: <1992Nov10.022743.2648@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Reply-To: ltchean@iss.nus.sg (Lim Thye Chean)
  8. Organization: Institute of Systems Science, NUS, Singapore
  9. References: <1992Nov9.080339.3421@nuscc.nus.sg> <1992Nov9.203733.558@exu.ericsson.se>
  10. Date: Tue, 10 Nov 1992 02:27:43 GMT
  11. Lines: 122
  12.  
  13.  
  14. Here is the information I get it from my friend. I have not sign any
  15. non-disclosure agreement, so I am free to say anything.
  16.  
  17. Enjoy the following article, and I am sure many of you will like it if it
  18. ever come out. Yes, I might buy one for myself too, but I think it is a 
  19. little expensive.
  20.  
  21. ------------------------------------------------------------------------------
  22.  
  23.     Well, I just finished listening to the tape of Bill's KansasFest
  24. session one more time, and while I was listening I quickly typed up as much
  25. information from it as I could.  Here it is (please excuse any typo's, etc.):
  26.  
  27. Main System:
  28. o 1 Central CPU (65816) at 10MHz
  29. o Memory map of Apple IIGS (with some differences)
  30. o DMA: 10 Megawords a second
  31.  
  32. Video Processor:
  33. o TMS34010 (considering 34020 and 34030, depending on cost)--considering
  34.   25 or 50Mhz
  35. o 1024*768 16-bit video (maximum)
  36. o In "true" Apple II modes, it will grab the appropriate memory locations
  37.   (for example, E12000 for SHR) and use software translation on the fly to
  38.   display the screen
  39.  
  40. Audio Processor:
  41. o 65265 with 512K RAM
  42. o Tied directly to an Ensoniq chip (hopefully a 16-bit chip bit, but if
  43.   they can't make it work, then they will return to the 5503 that is in
  44.   the GS, but with 128K RAM)
  45. o The 65265 can play sound without any main processor degradation
  46. o The 65265 has a 65816 core with two serial ports:  One port will go to
  47.   a MIDI port, the other to a mouse port (standard IBM style mouse)
  48. o Audio is stereo
  49. o Currently, only one application can "talk" to the sound chip (they are
  50.   trying to work around this problem) [if you are writing software and
  51.   the program will use the sound sparingly, don't just start up the sound
  52.   manager at the beginning.  Instead, when you are ready to play a sound,
  53.   check if the sound manager is busy, if its not, start it, play your
  54.   sound, and then shut it down]
  55.  
  56. Disk Processor:
  57. o Controls CD-ROM (not built-in to the basic system), IDE AT-class IBM
  58.   hard drive (also optional), and floppy disks (IBM 3.5" HD drive--
  59.   circuitry in controller can read GCR, MFM, and Amiga GCR--the machine
  60.   can read and write to Macintosh, Apple II, MS-DOS, Atari ST, and Amiga
  61.   disks)
  62. o 512K of RAM
  63. o Software will be written to make it act essentially like a RAMFast in
  64.   the way it operates.  Emulates a SmartPort.  Loads data into its cache
  65.   memory, or can use DMA to load into a subprocessor or program memory
  66. o Controls two bidirctional serial ports (one modem, one printer, but
  67.   basically just generic serial ports) and an IBM connector-type parallel
  68.   board
  69.  
  70.  
  71. Subprocessors (Optional):
  72. o 65816 with memory (looking at 4Mb).
  73. o All Avatar-aware software (most GS applications that use Toolbox and
  74.   don't draw  directly to the screen) can be placed in a subprocessor
  75.   along with a Toolbox "kernel"
  76. o Can offload as many programs into separate 65816 (or 65265) processors as
  77.   you have available (i.e., if you have 2 subprocessors, you can run the
  78.   Finder in the main processor that comes with Avatar, then AppleWorks GS
  79.   in another, and PaintWorks Gold in another, all of them running full
  80.   speed) (The audio and disk subprocessors cannot be used for this)
  81. o All subprocessors will be about the size of a credit card--a processor,
  82.   its RAM and a little GLU circuit that emulates all things that can't be
  83.   done through a kernel.
  84. o Possible subprocessors: 80x86, 68x00
  85. o For instance, if you had a 80x86, you could run Lotus 1-2-3 in a window
  86.   on the screen (at full-speed)
  87. o If a work-alike operating system can be made for the Macintosh, then Mac
  88.   software can be run
  89. o Current design allows 16 subprocessors (expandable to 65536)
  90. o Made arrangements already to have these cards built
  91. o Currently, Apple IIe software must run on main processor only
  92.  
  93. Notes:
  94. o Investigating virual memory (but it is currently very problematic)
  95. o Goal of prototype by February and developer's versions by next
  96.   KansasFest (probably only with Laser 128 ROMs, but will have a
  97.   kickstart disk that will have an image of the ROM as they update it)
  98. o The two main subprocessors will have 4Mb of memory as will the main
  99.   65816 (but the main 65816 can be expanded since its memory is in SIMMs)
  100. o Each subprocessor can imitate only one type of computer at a time (from
  101.   what he said, the 65816 processors could run either GS software or
  102.   Commodore 64, but only one at a time)
  103. o Investigating ways of allowing different programs to run at different
  104.   frame speeds (like 7 frames/sec for Lotus 1-2-3 and 40 frames/sec for
  105.   Wing Commander)
  106. o Currently looking at Sony and NEC CD-ROMs that have proprietary ports
  107.   that aren't SCSI, so they will be about $50 less than the average SCSI
  108.   CD-ROM. Supports playing audio, etc.
  109. o Projected cost - $999 will have one 3.5" floppy drive, keyboard, mouse,
  110.   two subprocessors (the 65265s for audio and disk) (no hard drive, no
  111.   monitor)
  112. o Subprocessors will cost around $30 each
  113.  
  114. Slots:
  115. o First system will have 4 slots (later models will have 8)
  116. o IBM AT compatible (with some modifications)
  117. o They will write drivers for SCSI, ethernet, and IDE cards
  118. o Slots will have 64K of address space (first at E8/0000, second at
  119.   E9/0000, third at EA/0000, etc.)
  120.  
  121. System software:
  122. o Written by Jawaid Bazyar and others
  123. o GS/OS-like operating system
  124. o Designed with multi-tasking in mind
  125.  
  126. -----------------------------------------------------------------------------
  127.  
  128. Have a nice day.
  129.  
  130. -- 
  131.     %% GS Lover Loves GS %%    Author of Super Magic 3 & Mandelbrot II GS
  132.     %%  and Avatar too.  %%   
  133.           Lim Thye Chean: Lim is my surname. My name is Thye Chean.
  134.      My address: LTCHEAN@ISS.NUS.SG, or 9, College Green, Singapore 1129 
  135.