From owner-freebsd-hackers Tue Nov 7 23:43:29 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from web3502.mail.yahoo.com (web3502.mail.yahoo.com [204.71.203.69]) by hub.freebsd.org (Postfix) with SMTP id C578537B479 for ; Tue, 7 Nov 2000 23:43:27 -0800 (PST) Message-ID: <20001108074327.28774.qmail@web3502.mail.yahoo.com> Received: from [196.7.146.6] by web3502.mail.yahoo.com; Tue, 07 Nov 2000 23:43:27 PST Date: Tue, 7 Nov 2000 23:43:27 -0800 (PST) From: Jacques Fourie Subject: Re: kernel stack size? To: Matt Dillon Cc: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Thanks for your reply. I have two other questions regarding this matter. Would it be possible to extend the kernel stack? The reason is that some of the crypto and hashing algorithms use relatively large contexts which for performance reasons are currently allocated on the stack. If this is not a good idea, would it be possible to somehow allocate a block of memory on the heap and use this as a stack in my interrupt routine? regards, jacques __________________________________________________ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one Place. http://shopping.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message