Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!husc6!husc4!may From: may@husc4.UUCP Newsgroups: comp.sys.amiga Subject: Intuition/Chip memory question Message-ID: <2120@husc6.UUCP> Date: Thu, 28-May-87 19:09:22 EDT Article-I.D.: husc6.2120 Posted: Thu May 28 19:09:22 1987 Date-Received: Sat, 30-May-87 04:58:30 EDT Sender: news@husc6.UUCP Reply-To: may@husc4.UUCP (Jason May) Distribution: world Organization: Harvard University Lines: 14 I am working on a program which uses lots of Intuition structures, including the Image structure. On page 198 of the Intuition manual, it is stated that Image data must be loaded into Chip memory. Is there a way I can selectively load this data into Chip memory, without having to Allocmem() and copy within the program, or use something like FixHunk, or Hide? What I'd like to do is place all the data structures that must go into Chip memory into a single file, and have that data put into Chip memory when the compiled program is executed. I hope I made myself clear. Is this possible? Jason may@husc4.harvard.edu seismo!harvard!husc4!may