home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / utl / slcdig.do < prev    next >
Text File  |  2006-10-19  |  2KB  |  68 lines

  1.                   BOOSTER PAK:
  2.  
  3.  
  4.         A DIAGRAMATIC EXPLAINATION/REVIEW
  5.            =For general distribution=
  6.         By John J. Gaudreault 72067,3046
  7.  
  8.  
  9. Letters in "( )" = DIRECTORY (DIR)
  10.  
  11. Numbers after E's = # of ENVIROMENTS (ENV)
  12.  
  13. ENV #1 = active ENV in this diagram and,
  14.  
  15. DIR(A)=ENV1,DIR(B)=0 ENV,DIR(C)=ENV1+2,DIR(D)=ENV1+2+3.
  16.  
  17.  
  18.         _________________________
  19.         !   ENVIROMENT(1)       !
  20.         !   __________________  !
  21.         !   l ROOT(DIR)NULL  l  !
  22.         !   l       ^        l  !
  23.         !   --------!---------  !
  24.         !   ________!_______    !
  25.         !   l    l  !  l    l   !
  26.         !   l_E1 l  !  l_E1 l_E1!
  27.         !  (A)  (B) ! (C)E2(D)E2!
  28.         !   l    l  !  l    l   !
  29.         !   l    l  !  l    l E3!
  30.         !   l    l  !  l    l   !
  31.         !   l____l__!__l____l   !
  32.         !           !           !
  33.         !           ^           !
  34.         !   ________^_______    !
  35.         !   l  WORKSPACE (1)l   !
  36.         !   l               l   !
  37.         !   -----------------   !
  38.         !-----------------------!
  39.  
  40.  
  41. The WORKSPACE (WRKSPC) is the 32K RAM of the M100.
  42.  
  43. Each and every DIR can access the ROOT DIR and the
  44. "currently loaded" WORKSPACE.
  45.  
  46. Each ENV has only one WRKSPC assigned.
  47.  
  48. There is only 1 ROOT DIR and 1 NULL ENV.
  49.  
  50. All DIRs are accessible at all times.
  51.  
  52. Each members of a collection of ENVs, could each share
  53. the same ROM, each have a different ROM or no ROM.
  54.  
  55. Each ENVIROMENT has a particular WRKSPC associated
  56. with it, and a set of files (.BA,.CO,.DO) can be
  57. associated with the WRKSPC/ENV.
  58.  
  59. An ENV ROM can be loaded from more than one DIR
  60. if it has been "assinged" to that DIR, but the ENV ROM
  61. can be "entered" from any DIR via a macro.
  62.  
  63. BASIC, TEXT and TELCOM are in DIRs only, and not in
  64. the WRKSPC.
  65.  
  66. For proper operation ENVs should be created only in
  67. DIRs other than the ROOT DIR, this is important!
  68.