Path: utzoo!utgpu!news-server.csri.toronto.edu!dgp.toronto.edu!tracyn Newsgroups: comp.sys.mac.programmer From: tracyn@dgp.toronto.edu (Tracy Narine) Subject: init and system heap question Message-ID: <1991Feb14.140439.4452@jarvis.csri.toronto.edu> Organization: CSRI, University of Toronto Distribution: na Date: 14 Feb 91 19:04:39 GMT Lines: 11 I have written an init that installs a device driver. A problem that sometimes occurs at startup time is the device driver will not execute since there is insufficient memory in the system heap. How can I expand the system heap to that I will have enough memory for my driver to work? I have noticed in technotes that there is a size resource for setting program sizes. Will this also work for a init starting a driver? tracy