Path: utzoo!attcan!uunet!samsung!uakari.primate.wisc.edu!uflorida!haven!wam!dmb From: dmb@wam.umd.edu (David M. Baggett) Newsgroups: comp.sys.atari.st Subject: Detecting whether GEM has finished loading yet Summary: how? Message-ID: <1990Apr11.184631.487@wam.umd.edu> Date: 11 Apr 90 18:46:31 GMT Sender: usenet@wam.umd.edu (USENET Posting) Reply-To: dmb@wam.umd.edu (David M. Baggett) Organization: University of Maryland at College Park Lines: 18 Is there any reliable, documented way to tell whether or not GEM is fully loaded? I want to run a program from an AUTO folder that replaces the GEM process termination vector at $408. If I set the vector in the AUTO folder, GEM just clobbers it when it comes up. Currently, I install a VBI which waits for a fixed amount of time, and then sets the vector. This works, but is (obviously) not guaranteed to work in the future. Is there an Atari-sanctioned way to pull this off? I notice from the Headstart documentation that Johnson & Eidsvoog do something involving the line F trap. I don't see why one has to resort to such tactics. Ideas? Dave Baggett dmb@cscwam.umd.edu