home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5964 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.epix.net!usenet
  2. From: jkelly@grape.epix.net (jkelly)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Want to boot FAAAST?
  5. Date: 20 Mar 1996 21:48:17 GMT
  6. Organization: epix.net
  7. Message-ID: <882.6653T991T1199@grape.epix.net>
  8. References: <4hhk7s$62g@nz12.rz.uni-karlsruhe.de>  <68771855@0humpty.tomate.tng.oche.de>
  9.     <4hotcm$spd@roadkill.scms.rgu.ac.uk> <439.6642T928T2853@ifi.uio.no> <4i6arr$786@info.epfl.ch>
  10. NNTP-Posting-Host: plum.epix.net
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  12.  
  13. >Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
  14. >: >: > I have made a program that copies ENV variables on demand and
  15. >: >: > therefore saves lot of memory and time. Unfortunatley it has a nasty
  16. >: >: > bug :-(
  17. >: >: This could be a cool thing ! Sad it is buggy.
  18. >: >What is wrong with simply copying ENVARC: to, say, SYS:env and assigning
  19. >: >ENV: to there?
  20.  
  21. >: You said it yourself: "Copying"
  22.  
  23. >: That takes time! :)
  24.  
  25. >: <sb>Ludde - Amiga Demo Coder
  26. >: <sb>Virtual Reality & Official Be developer
  27. >: <sb>ludvigp@ifi.uio.no
  28.  
  29. >I have an alternative.
  30.  
  31. >I assign ENV: to RAM:Env as made in the startup, and
  32. >I "Assign ENV: SYS:Storage/env-storage ADD"
  33. >So when someone will read for example overscan.prefs, it didn't find it in
  34. >ram:env but in env-storage, Click use and it saves it in ram:env (the primary
  35. >assign)..
  36.  
  37. >Should this not work ?
  38.  
  39.  I tried that long ago and it didn't work.
  40.  
  41.