Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!psuvax1!psuvm!dxb132 From: DXB132@psuvm.psu.edu Newsgroups: comp.sys.amiga.programmer Subject: Re: expansion memory Message-ID: <91076.121051DXB132@psuvm.psu.edu> Date: 17 Mar 91 17:10:51 GMT References: <8059@crash.cts.com> Organization: Penn State University Lines: 11 In article <8059@crash.cts.com>, hawk@pnet01.cts.com (John Anderson) says: > Does anyone know what the "attributes" parameter is for on the AddMemList >command? I've looked in the ROM Kernal Manuals but nada. In making an >Addmem, what does the attributes tell? It exactly corresponds to the attributes you pass to AllocMem when getting memory. For expansion memory you should set MEMF_FAST and probably MEMF_PUBLIC (just in case). -- Dan Babcock