Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!princeton!chiu From: chiu@princeton.UUCP (Kenneth Chiu) Newsgroups: comp.sys.amiga Subject: Re: Help creating a Task; CreateTask(), AddTask()... Message-ID: <2239@princeton.UUCP> Date: Tue, 9-Dec-86 00:53:40 EST Article-I.D.: princeto.2239 Posted: Tue Dec 9 00:53:40 1986 Date-Received: Tue, 9-Dec-86 05:08:06 EST References: <831@ulowell.UUCP> Reply-To: chiu@princeton.UUCP (Kenneth Chiu) Organization: Princeton University Computer Science Department Lines: 17 Keywords: Task, GURU, help In article <831@ulowell.UUCP> miner@ulowell.UUCP (Richard Miner) writes: > Does anyone have a working example that starts up a child task under 1.2? > . . .I have only tried with Manx under Beta3.03e under 1.2. . . This may be obvious, but are you using small code/data? Then I think you need to make sure a4 points to the middle of your data space. Read the manual carefully for details. I've created tasks with 1.1 and 3.20a, but not 1.2. While I'm on the subject, is there an easy way to run a program without the overhead of a process? If you copy the task into allocated memory, then you must use only relative addressing, or do some major address translations. At any rate it is a pain. What would be ideal is a compiler directive that lets you prevent deallocation of this function upon exit. -- Kenneth Chiu UUCP: princeton!chiu Princeton University Computer Science Department BITNET: 6031801@PUCC