Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!samsung!olivea!isc-br!ewu!mpierce From: mpierce@ewu.UUCP (Mathew Pierce) Newsgroups: comp.sys.amiga.programmer Subject: Re: expansion memory Message-ID: <1514@ewu.UUCP> Date: 17 Mar 91 22:11:52 GMT References: <8059@crash.cts.com> Organization: Eastern Washington Univ. Cheney WA Lines: 14 In article <8059@crash.cts.com>, hawk@pnet01.cts.com (John Anderson) writes: > > 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? I think (don't have my manuals on hand) that the attributes you are talking about are MEMF_CLEAR (clear the allocated memory), MEMF_CHIP (allocate chip memory), MEMF_PUBLIC (I don't know if this one is being implemented yet, but the manual says to use it for future compatibility) and I think there is something like MEMF_FAST (allocate fast ram, but I could be wrong on this one). There may be more attribute flags than I stated, but that's the jist of them (I think). Matt Pierce