From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas By Subject: DOS emulators Date: Tue, 19 Jan 2021 13:26:19 +0100 Message-ID: <87turdru38.wl-tomas@basun.net> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Return-path: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-msdos@vger.kernel.org Hi all, I'm trying to run a DOS program under Linux, and have tried these: DOSbox: fails because the program needs SHARE.EXE QEMU/FreeDOS: fails immediately with message about interrupt QEMU/MS-DOS 6.22: fails after a while with internal error code DosEMU (2): fails after a while with same internal error code Virtualbox/MS-DOS 6.22: works However, I need to get data in and out, so Virtualbox is not optimal, and I'd like it to be simple and minimal, like QEMU. Are there any other options? /Tomas