Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!oddjob!uwvax!husc6!sri-unix!sri-spam!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Amiga2000 Expansion, or Should there be an MMU? Message-ID: <8703100503.AA08613@cory.Berkeley.EDU> Date: Tue, 10-Mar-87 00:03:17 EST Article-I.D.: cory.8703100503.AA08613 Posted: Tue Mar 10 00:03:17 1987 Date-Received: Tue, 10-Mar-87 22:09:26 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: University of California at Berkeley Lines: 7 Unfortunetly, though AllocMem() does have flags for public (MEMF_PUBLIC) and private (0), not many people seem to be abiding by these. In fact, I'm one of them (though not on purpose)... I usually AllocMem(bytes, 0) so I don't have to include exec/memory.h -Matt