home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20590 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!Germany.EU.net!rrz.uni-koeln.de!unidui!math.fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!uni-heidelberg!indigo0!mrex
  3. From: mrex@indigo0 (Martin Rex)
  4. Subject: Q: 20 MB RAM + Adaptec: Ramdisk to swap ?
  5. Message-ID: <1992Dec16.004630.6793@sun0.urz.uni-heidelberg.de>
  6. Sender: news@sun0.urz.uni-heidelberg.de (NetNews)
  7. Reply-To: mrex@aix01.rz.fht-mannheim.de
  8. Organization: University of Heidelberg, Germany
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Date: Wed, 16 Dec 92 00:46:30 GMT
  11. Lines: 27
  12.  
  13. I have 20 MB Ram in my 486/33 and an Adaptec 1542 with an SCSI drive.
  14. Therefore I have the #define in the kernel not to use more than
  15. 16 MB of RAM, because of the DMA.
  16.  
  17. Is it possible to put a ramdisk in the last unused 4 MB and mount it
  18. as swap-space ?  Even with my 16 MBytes sometimes my system has to
  19. do heavy swapping.  (Gcc compiling xphoon or libtiff (xv-2.21),
  20. Interviews' doc when opening one big or several documents, ImageMagick
  21. when doubling a 1000x600x24bit picture ... ;-)
  22.  
  23. If it is possible, how can it be done?
  24.  
  25. Naturally I would prefer if I could use all memory for Linux,
  26. but as I understand the current scsi-drivers don't have provisions
  27. to handle i/o from memory above the ISA-Bus adress space by
  28. copying it through buffers.  This kind of double-buffering would
  29. surely be slower than direct DMA, but I assume it would still be
  30. somewhat faster than paging programs in and out when more memory
  31. is needed.
  32.  
  33. -Martin
  34. --
  35. Martin Rex
  36. Rechenzentrum
  37. Fachhochschule fuer Technik Mannheim
  38. E-Mail: mrex@aix01.rz.fht-mannheim.de
  39.  
  40.