home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / ibm / pc / misc / 16325 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  3.0 KB

  1. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!zappe
  2. From: zappe@mikro.ee.tu-berlin.de (Harald Zappe (Hinze))
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: How to use Entended memory effectively
  5. Date: 5 Jan 1993 01:36:26 GMT
  6. Organization: ZRZ/TU-Berlin
  7. Lines: 68
  8. Message-ID: <1iaomqINNmdh@mailgzrz.TU-Berlin.DE>
  9. References: <1992Dec22.231904.23584@magnus.acs.ohio-state.edu>
  10. NNTP-Posting-Host: mikro.ee.tu-berlin.de
  11.  
  12. In <1992Dec22.231904.23584@magnus.acs.ohio-state.edu> ctoth@magnus.acs.ohio-state.edu (Christopher M Toth) writes:
  13.  
  14.  
  15. >    I have 16 megs of memory on my system, and I want to use it to
  16. >run drivers and other programs there as well as have some left over for
  17. >programs that require extended/expanded memory. Does anyone know how to
  18. >use it effectively? I read the MSDOS manual and tried it, but it doesn't
  19. >really work. I was hoping I could make my system run really fast with 16
  20. >megs. btw, I have a 486dx 33. Any suggestions would be greatly appreciated!:)
  21.  
  22. >Thanks,
  23.  
  24.  
  25. The use of the extented memory depends on your applications, you want to run:
  26. A) Own selfwritten programs,
  27. B) The tons of Mega/Gigabyte of already existing SW.
  28.  
  29. 1) Games,
  30. 2) DTP,
  31. 3) Sound-Computing,
  32. 4) ASCII-Text-Manipulation,
  33. 5) ... and whatever you can imagine ...
  34.  
  35. I) Single-Tasking-Environment,
  36. II) Multi-Tasking-Environment
  37.  
  38. a) Text-based environment (like VT100)
  39. b) graphical multiwindow menudriven mousecontrolled multimedia env.
  40.  
  41. Let's regard some of the possible permutations:
  42. B-1-I-a) Install a 15MB Ramdisk as a tmp-drive.
  43.          (Don't laugh: I often use this config to check new SW.)
  44. B-5-I-x) Install 1 MB Ramdisk +
  45.          14 MB as extended/expanded memory. (I prefer QEMM for this)
  46. B-5-II-a) dto. + Deskview (no experiences yet)
  47.           or try to get LINUX ( " )
  48. B-5-II-b) like B-5-I-x) but you'll need EMM386 + Windows 3.1
  49.           or take OS/2
  50. A-5-I-x) 1 MB Ramdisk + nothing-else
  51.          try to find the PC-port of Gnu-C: dj*.zip
  52.          All memory above 2MB can be used by YOUR application in
  53.          (!) protected 32-bit-mode "nearly flat" model, accessing
  54.          DOS with a PM-RM-interface.
  55.          (Sorry, I didn't look at the grfix lib yet, no Soundblaster,
  56.           no GUS, no MPU, ... but get the GNU-sources and write your
  57.           own supervisor code. Debug32 IS included.)
  58.  
  59. As far as we can see, there are to many possible configuration wishes
  60. that we cannot say, 'this and nothing else'. In NN I only read about
  61. memory managers. When I found djgpp, I saw that in spite of dos it's
  62. possible to use the memory in a "natural" manner, that means by your
  63. application without any "climbings" and without a 640KB-Barrier.
  64.  
  65. I don't know whether this will be possible in Windows NT, too.
  66. But don't trust in MS, use SW instead.
  67.  
  68. Harald
  69.  
  70. -----------------------------------------------------------------------------
  71.  
  72. zappe@mikro.ee.tu-berlin.de      | |
  73. zappe@sony1.sietec.de            |-+-
  74. zappe@idefix.sietec.de           | |/
  75.                                    /
  76.                                   /__
  77. -----------------------------------------------------------------------------
  78.  
  79.  
  80.