home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersguides-&-software / vaxhack.zip / VAX-1.TXT < prev    next >
Text File  |  1993-06-10  |  4KB  |  75 lines

  1.  
  2.  
  3.  
  4.            %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5.            %%                                                        %%
  6.            %%    What's Hacking?                                     %%
  7.            %%                          A series by David Lightman    %%
  8.            %%                                                        %%
  9.            %%%%%%%%%%%%%%%%%%%%%%-SPECIAL ISSUE-%%%%%%%%%%%%%%%%%%%%%%%
  10.            %%                                                        %%
  11.            %%                  VAX COMPUTER SYSTEMS                  %%
  12.            %%                                                        %%
  13.            %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14.  
  15.            This  is  a requested discussion from Jolly Bardsman's  Pub  &
  16.         Tavern at (XXX) XXX-XXXX.  If you have any requests, send me mail
  17.         at any address listed below:
  18.  
  19.         USENET:  bdunn@attctc.dallas.tx.us
  20.                  ... or ...
  21.                  {texsun..texbell..}!attctc!bdunn
  22.  
  23.         TELEMAIL: csupport/a755.cc3556/tech.services/credit.data/isg/trw
  24.  
  25.         BBS's:
  26.                  Elm Street           Jolly Bardsman's Pub & Tavern
  27.                  Channel Z            Spyder's Web
  28.                  Dead Zone            Abyssal Plane
  29.  
  30.                  Oblivion (if AO gets the damn thing off the ground)
  31.  
  32.            By  03/06/90, you may connect to a beta Twilight Zone at  XXX-
  33.         XXX-XXXX.   You may also reach me voice at  214-660-6054.   Limit
  34.         the calls to an EXTREME minimum!
  35.  
  36.            If I get multiple requests about a topic (as I did with  VAX),
  37.         I will put something online the WHAT'S HACKING? subboards and the
  38.         beta system Twilight Zone ]I[.
  39.  
  40.  
  41.         -----------------------------------------------------------------
  42.  
  43.         VAX:  The VAX acronym is derived from Virtual Address  eXtension.
  44.               The VAX computer is designed to use memory addresses beyond
  45.               the  hardware's actual limits, enabling it to  handle  pro-
  46.               grams that are too large to fit into physical memory.   The
  47.               VAX  computer system is a member of the  Digital  Equipment
  48.               Corporation  (DEC)  computer  family.   Currently  the  VAX
  49.               series includes models spanning the desktop VAX station  to
  50.               mainframe class multi-CPU VAX processors.  These vary  from
  51.               the superminis, like MicroVAX, to the older, moderate sized
  52.               11/7XX  series, to the newer 6000 series.   These  computer
  53.               systems commonly use an operating system known as VMS.
  54.  
  55.         VMS:  The VMS acronym is for Virtual Memory System.  The operands
  56.               of  VMS are very similar to other operating systems.   Back
  57.               in  the days of stand-alone computer systems, DEC  had  the
  58.               idea for streamlining the operation of their computers  for
  59.               business  and  engineering.  It conceived VMS as a  way  of
  60.               allowing the basic computer management to be done by a user
  61.               familiar with any of the multiple systems it made.
  62.  
  63.         DCL:  The DCL acronym is for Digital Command Language.  It is the
  64.               fundamental language of the VMS.  Those of you who have  an
  65.               IBM  system,  you can think of a DCL program like  a  batch
  66.               file.  You can do a lot with it (much more than a PC-DOS or
  67.               MS-DOS  batch)  but it work basically the  same  way.   One
  68.               difference is that when you want to execute anything as  if
  69.               you were typing it in at the command prompt, you first must
  70.               put a "$" in front of the command in the DCL program.   DCL
  71.               programs  are commonly called COM files as well.  When  you
  72.               are not executing a COM or DCL program file, you are almost
  73.               always typing things into the DCL processor.
  74.  
  75.