From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: experimental LFN support for redirected drives Date: Sun, 13 Jul 2003 23:59:04 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3F11BA08.7070107@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Bart Oldeman wrote: > I put a patch up Hmm, just wondering, what are those DPMI changes are intended for? According to DPMI specs: --- However, there are three real mode software interrupts that a DPMI host will always reflect to a protected mode handler, if one is installed: Int 1CH - ROM BIOS timer tick interrupt Int 23H - DOS Ctrl+C interrupt Int 24H - DOS critical error interrupt --- Why are you adding a 0x21 here? Isnt it a direct violation of a specs? Another hunk to dpmi.c also looks very hackish. What was the idea?