Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!hplabs!hpcea!hpcilzb!tedj From: tedj@hpcilzb.HP.COM (Ted Johnson) Newsgroups: comp.sys.mac.programmer Subject: How to calc. total RAM installed? Message-ID: <730004@hpcilzb.HP.COM> Date: 26 Feb 88 17:41:04 GMT Organization: HP Design Tech Center - Santa Clara, CA Lines: 17 What is the proper way to calculate the total amount of RAM installed on a Macintosh? I was using the following: long totalRAM; totalRAM = (long)TopMem()/1024; This worked fine with System/Finder 4.1/5.5, but gives me too small of a number (e.g., 179 instead of 1024) when run under MultiFinder. BTW, I'm doing this from inside a DA. Any pointers/clues are much appreciated! -Ted