Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!apple!dlyons From: dlyons@Apple.COM (David Lyons) Newsgroups: comp.sys.apple Subject: Re: GSOS Message-ID: <31430@apple.Apple.COM> Date: 23 May 89 18:14:47 GMT References: <8905220016.AA08754@crash.cts.com> Organization: Apple Computer Inc, Cupertino, CA Lines: 24 In article <8905220016.AA08754@crash.cts.com> pnet01!pro-avalon!pro-nebulous!jim@nosc.mil writes: >This just seems to be an idiotic waste. Can anyone come up with a logical >reason why the DA's can't be loaded only when they are needed and one at a >time????? Gee, you only use one DA at a time? I often use several. Anyway, the system just InitialLoad-s all the DAs. This doesn't necessarily mean that all of their code is in memory (as Scott Lindsey already pointed out). The DAs are free to use dynamic segments so that parts (perhaps almost all) their code stays on disk until it's actually needed. Note that CDAs that need to work under ProDOS 8 don't have the option of using dynamic segments (the Loader isn't present while ProDOS 8 is active). --Dave Lyons, Apple Computer, Inc. | DAL Systems AppleLink--Apple Edition: DAVE.LYONS | P.O. Box 875 AppleLink--Personal Edition: Dave Lyons | Cupertino, CA 95015-0875 GEnie: D.LYONS2 or DAVE.LYONS CompuServe: 72177,3233 Internet/BITNET: dlyons@apple.com UUCP: ...!ames!apple!dlyons My opinions are my own, not Apple's.