Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!bbn!bbn.com!levin From: levin@bbn.com (Joel B Levin) Newsgroups: comp.sys.mac Subject: Re: Program to view cdevs/inits? Message-ID: <45289@bbn.COM> Date: 6 Sep 89 19:46:30 GMT References: <4528@shlump.nac.dec.com> Sender: news@bbn.COM Reply-To: levin@BBN.COM (Joel B Levin) Organization: BBN Communications Corporation Lines: 40 In article <4528@shlump.nac.dec.com> Richard Long writes: |In article <6398@hubcap.clemson.edu> Mike McCann writes... ||Is there a program (cdev would be nice) to view the inits (startup ||documents) that are running on the system? It is very easy to lose ||track of them. | |Seriously, just select "View by Kind" from the Special menu in the |Finder, and startup documents will be listed in a group. | That's not quite the whole story. INIT code can be found in four places at start up time: 1. The System file: these are all basic and nowadays no one fiddles with them or is supposed to. (Except viruses :-)) When INIT 31 runs, it locates and executes the remaining three types of INITs. 2. "Startup Documents", files with type INIT: these run at startup and are generally not used beyond that time (though the code they contain may stay active in memory as long as the Mac is up). 3. "Control Panel Documents", files with type cdev: these are the things that show up in the control panel window. They MAY have a component that runs at boot-up time, contained in an INIT code resource. 4. "Chooser Document", at least those files with type RDEV. I don't actually know much about these, but I think they are used by file servers for instance. These may also contain INIT segments. (Printer drivers also show up in "view-by-kind" as Chooser documents, but they don't contain INITs.) So the Finder can show you all the Startup documents, true. It will also show you all the Control Panel documents and Chooser documents, SOME of which MAY also contain init segments. /JBL = Nets: levin@bbn.com | or {...}!bbn!levin | POTS: (617) 873-3463 |