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=1573907869; bh=LAYTVLNUv8RnYjSYCxKi/hPAIFBYFAB6AW7ND3Znqlg=; h=In-Reply-To:From:Date:References:To:Subject:Message-ID; b=M4dA4DxTBvhD5jF8z/Ubq1Fz+VQKOtTsBE5QrZMZ51FwQmzaOcvGZbXvajqXGm1CE 8MbUdPseOky7/KWpeRlf65+sz+90n1KByod1cftl39ZFXpw6OInI91PCCm/aOHF1l1 D5ZT6OezPAljGGWfB3Jkj00upEzEZK2FIEOwbprE= Authentication-Results: mxback8g.mail.yandex.net; dkim=pass header.i=@yandex.ru Subject: Re: DJGPP test plaform To: djgpp AT delorie DOT com References: <6c0f63c4-bb2b-0a4e-d731-1b31e74957ee AT telefonica DOT net> <20191116015133 DOT GA1723 AT 36ad189fa7a6f5b6b84dbe9189fd586d> From: "stsp (stsp2 AT yandex DOT ru) [via djgpp AT delorie DOT com]" Message-ID: <86164af1-8ed7-9f9c-ff0a-c43f9169e098@yandex.ru> Date: Sat, 16 Nov 2019 15:37:48 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191116015133.GA1723@36ad189fa7a6f5b6b84dbe9189fd586d> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id xAGCcSju024658 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.11.2019 04:51, Peter Ross пишет: > On Sat, Nov 16, 2019 at 01:57:38AM +0100, Mariano (malfer AT telefonica DOT net) [via djgpp AT delorie DOT com] wrote: >> Hi, I would like to know what platforms are people using today >> to test DJGPP programs. By example to test MGRX I use an old >> laptop running Windows Me. What OS can be used to test DJGPP in >> moderm computers? Is it FreeDos a possible alternative? >> Is there a canonical platform to test DJGPP programs today? > dosemu2 with kvm: https://github.com/stsp/dosemu2 Thanks Peter. :) Let me just add that this is only a small part of the picture. Next step should be the source-level compatibility with DJGPP. This is when you can compile the DJGPP programs with clang into 64bit executables. And before someone says "impossible", please take a look into this project: https://github.com/stsp/fdpp It has a tool-set for compiling the real-mode-targeted freedos code into 64bits. Compiling the 32bit DJGPP apps into 64bit binaries is much, much simpler than that, and the run-time support part should also be smaller. I just need to make a deep breath and start writing yet another tool-set. :) Btw, it would be interesting to find out if people here are interested in such a compatibility tool-sets or not.