delorie.com/archives/browse.cgi | search |
Date: | Thu, 11 Jun 1998 20:43:55 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Javier Calleja <dismuntel AT apdo DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: dosmemget and memcpy inside an interrupt handler |
In-Reply-To: | <01bd9466$0cbc8b60$0100a8c0@dismuntel.ctv.es> |
Message-ID: | <Pine.SUN.3.91.980611204301.26077R-100000@is> |
MIME-Version: | 1.0 |
On Wed, 10 Jun 1998, Javier Calleja wrote: > May I have problems if I use 'dosmemget' or 'memcpy' functions inside > the Packet Driver software interrupt handler? The only consideration is that you should lock all the memory that is involved in moving the data by either of these two functions. Other than that, you should be fine.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |