home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 22248 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.5 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!bnrgate!nott!torn!cs.utexas.edu!rutgers!spcvxb!terry
  2. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Mystic construction
  5. Message-ID: <1993Jan28.064549.5044@spcvxb.spc.edu>
  6. Date: 28 Jan 93 11:45:49 GMT
  7. References: <1993Jan27.085300.24933@ifi.unizh.ch>
  8. Organization: St. Peter's College, US
  9. Lines: 22
  10.  
  11. In article <1993Jan27.085300.24933@ifi.unizh.ch>, mueller@avalon.physik.unizh.ch (Eric Mueller) writes:
  12. > Can someone explain me, what this is, how it works, where I can find more
  13. > information about it and if there are other similar constructions
  14. > that one can use. I find this very usefull.
  15.  
  16.   Various useful things are stored in the system address space. Many are
  17. readable by unprivileged users, while others must be accessed from an inner
  18. access mode. By defining a symbol containing a system space address and
  19. passing it to the F$FA0 lexical, you can interrogate these addresses and
  20. format them appropriately.
  21.  
  22.   The best reference for these locations is the VMS Internals and Data
  23. Structures Manual and the VMS listings kit. You can also poke around in SDA
  24. after doing a READ SYS$SYSTEM:SYS to load SYS.STB.
  25.  
  26.   Note that accessing these items by address rather than by name can tie
  27. you to a specific version of VMS - some of them move when things are re-
  28. linked.
  29.  
  30.     Terry Kennedy        Operations Manager, Academic Computing
  31.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  32.     terry@spcvxa.spc.edu    +1 201 915 9381
  33.