Xref: utzoo comp.sys.amiga.misc:4631 comp.sys.amiga.programmer:4578 Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!torsqnt!lethe!compus!cccan!entity From: entity@cccan.uucp (Entity (CCCAN-CU-Carnage)) Subject: Re: Unknown residents (virus?) Message-ID: <1991Jun15.215224.1115@cccan.uucp> Keywords: Residents Virus virus Organization: CCCAN References: <1991Jun14.091133.1684@gdt.bath.ac.uk> <22485@cbmvax.commodore.com> Date: Sat, 15 Jun 91 21:52:24 GMT Sort of related to what you guys were talking about (ie resident lists etc), is it possible to set the cool capture vector from a cold captured routine? From my experience, the system executes the cold capture routine, but gets an error and flashes the screen yellow before ever reaching the cool capture routine. My understanding is that this is caused because the execbase hasn't been initialized fully at coldcapture and so recalculating the checksum is useless. What I'm trying to do is allocate memory for my coldcapture routine, but since this can't be done from coldcapture, I am attempting to go through coolcapture. I don't want to use resident tag/struct etc. Any way to set the coolcapture from cold then?