X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1566001233; bh=HQXTPhCxaCA6uRFuzmQp37RLGf2Zzexp1w2Rx/ZG8iQ=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=Cm0Dn21TBIjtr7iH0zPqrXPUsRHLx8a9wM/hlQT4Ax7XIav/G6XH9/vXnvTDP5LYi GdFCXviXY3Ngs4Wq7fwkPgriSfu9unEjl9sd7AEB/RgVsOwrmSujMGN6uzvAZSRCua TUpdenHGY5xqriYLLvk+9eJa21uVl1z0SKNxb0mU= Authentication-Results: mxback2j.mail.yandex.net; dkim=pass header.i=@yandex.ru Subject: Re: [patch] fix empty environment handling To: djgpp AT delorie DOT com References: <93e55dbd-cbd4-9de1-2c29-c7bb08d872f0 AT yandex DOT ru> <5D56EA51 DOT 3010509 AT gmx DOT de> From: "stsp (stsp2 AT yandex DOT ru) [via djgpp AT delorie DOT com]" Message-ID: Date: Sat, 17 Aug 2019 03:20:33 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <5D56EA51.3010509@gmx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-MW Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x7H0LDVu029222 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 16.08.2019 20:39, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com] пишет: > If there is same sample code that I be made available to me then I can > test the changes on MSDOS 6.22, MSDOS 7.10, Win98SE and NTVDM from > both Win2K and WinXP Yes, please use this binary: https://github.com/stsp/fdpp/files/3486048/comcom32.exe.gz It has the patch applied, so you are supposed to see the "|Load error: no environment segment|" message on most DOSes if you load it with SHELL= directive of config.sys, and you should see the normal start-up if invoked via the native shell rather than from config.sys.| |