home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 522.lha / Virt_alpha / readme.2 next >
Internet Message Format  |  1991-06-10  |  2KB

  1. Date: Sun, 28 Apr 91 17:55:14 MDT
  2. From: grahamw@cpsc.ucalgary.ca (William Graham)
  3. Subject: amiga virtual device
  4.  
  5. Anselm Hook asked me to submit his virtual device to comp.sys.amiga.
  6. Here is a short poster file which he wrote; a longer doc file is included
  7. in the uuencoded .lzh archive which I'll send in my next mail message.
  8.  
  9. -------------------------------------------------------------------------------
  10.  
  11. A VIRTUAL DEVICE DRIVER FOR THE AMIGA
  12. or "THE POOR MANS FLOPTICAL"
  13.  
  14. ALPHA APRIL 15th 1991
  15. By Anselm Hook
  16.  
  17.     Its amazing that the Amiga is 5 yrs old and yet still has the best
  18. operating system on the market.  We all know that the Amiga supports a true
  19. multitasking operating system.  But the real proof of the pudding is the
  20. fact that its extensible.  The customer supported open architecture of the
  21. Amiga Enviroment makes it possible for me to extend the functionality of
  22. the entire system.  The Virtual Device is in this sense, made possible by
  23. the excellence and forethought that went into the design of the OS.
  24.  
  25.     Matt Dillion wrote the original File System on which this one is
  26. based.
  27.  
  28.     The Virtual Device is simply another path on your system, like RAM:
  29. (except its called VIR:)....you can copy files to and from it like a RAM disk,
  30. and like a RAM disk all files are lost when you power off.  But what you
  31. can also do, which you cannot do with a RAM disk is not copy a file, but just
  32. aquire a virtual reference to that files real location.  This way the VIR:
  33. device can appear to have hundreds of megabytes of files online, but in fact
  34. it actually goes out and retrieves them from where they are really stored
  35. (sometimes prompting you to insert a disk).  So it acts as a *transparent*
  36. disk manager as well.  You can access VIR: from anywhere, from SID, from DPAINT,
  37. from anyplace you can access any other device (like RAM:, DF0: etc...).
  38.  
  39.     This is only an Alpha Version, there is no load save facility (although
  40. I have a version here which is struggling to do that).  I will be upgrading.
  41.  
  42.     What I want at this point is to get feedback, inspiration, suggestions,
  43. and any assistance that you may be willing to provide.
  44.  
  45.     I can be reached on the AMUC VBBS in Calgary.
  46.  
  47.     Yours Truly
  48.  
  49.     Anselm Hook
  50.     C/O The Computer Shop
  51.     3515 18th St Sw
  52.     Calgary Alberta Canada
  53.     T2T 4T9
  54.     FAX:  243 2684
  55.  
  56.  
  57. -------------------------------------------------------------------------------
  58.  
  59.  - William Graham - grahamw@cpsc.ucalgary.ca - VE6UUG -
  60.