home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / hardware / 13182 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.7 KB

  1. Xref: sparky comp.sys.amiga.hardware:13182 comp.sys.amiga.programmer:11595
  2. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.programmer
  3. Path: sparky!uunet!gatech!destroyer!gumby!wupost!uwm.edu!cs.uwp.edu!litz
  4. From: litz@cs.uwp.edu (Jeffrey Litz)
  5. Subject: MMR's and 32bit DRAM
  6. Message-ID: <1992Jul24.155317.27432@cs.uwp.edu>
  7. Summary: "psuedo-auto-config" 32bit RAM
  8. Organization: University of Wisconsin - Parkside
  9. Date: Fri, 24 Jul 1992 15:53:17 GMT
  10. Lines: 28
  11.  
  12.  
  13. !!! Attention all Mega Midget Racer owners with 32bit DRAM !!!
  14. --------------------------------------------------------------
  15.  
  16. Have you ever wanted your 32bit RAM to auto-config so that the entire
  17. system is running out of 32bit RAM?  I'm not talking about moving kickstart
  18. into 32bit RAM.  I'm talking about having graphics.library, intuition.library,
  19. drive buffers, etc., etc., etc. in 32bit RAM?  (i.e. the 32bit RAM is added
  20. before most system start-up routines are executed.)
  21.  
  22. Well, I wrote a program that accomplishes such.  Overall system performance
  23. is increased slightly - over and above that of moving kickstart into 32bit.
  24. BUT, if you have a NON-DMA hard drive controller, there's a big performance
  25. increase - since the buffers are now in 32bit RAM.  (I have no idea how DMA
  26. controllers will react to this - probably very poorly.)
  27.  
  28. The only thing that doesn't get moved - YET - is exec. :-(  Also, it only works
  29. under 2.04 with 32bit DRAM.  And I've only been able to test it with the 8meg
  30. board.  (It doesn't "pseudo-auto-config" any SRAM since I don't have any to
  31. test it with.)
  32.  
  33. Now, is there any type of demand for such a program?  (I have no idea how many
  34. MMR's are out there *WITH* 32bit DRAM.)
  35.  
  36. --
  37. Jeff Litz
  38. litz@cs.uwp.edu
  39.  
  40.