Message-ID: <328B37BC.7734@chungbuk.ac.kr> Date: Fri, 15 Nov 1996 00:16:12 +0900 From: "Hee Dong,Lim" MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Lock Code and Lock Data? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit _go32_lock_code or _go32_lock_data function is used in soome other sources. in other dos extender like dos4gw, I never have seen this.. DPMI uses VMM therefore code and data are possible to swap. interrupt handler or callback function is often locked.. in other dos extender, this is not happened.. why? I wanna know.. I can't UNDERSTAND!