Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!ucbvax!info-vax From: stew%lhasa.UUCP@HARVARD.HARVARD.EDU Newsgroups: mod.computers.vax Subject: Re: physical memory Message-ID: <8512050729.AA26138@ucbvax.berkeley.edu> Date: Thu, 5-Dec-85 00:18:00 EST Article-I.D.: ucbvax.8512050729.AA26138 Posted: Thu Dec 5 00:18:00 1985 Date-Received: Thu, 5-Dec-85 20:08:32 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 10 Approved: info-vax@sri-kl.arpa They probably get the data from the system globals SCH$GL_FREECNT, SCH$GL_MFYCNT, and SCH$GL_PHYPGCNT. How you reference these depends on the language you are using, but basically, you declare them to be external symbols and resolve them at link-time by linking with $ LINK MYPROG,SYS$SYSTEM:SYS.STB/SELECTIVE_SEARCH or some such incantation. Stew