From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Vasquez Subject: 32/64bits emulation questions. Date: Thu, 05 Dec 2013 15:43:10 -0300 Message-ID: <52A0C93E.6090405@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=PYvbgauxI5QvUfOhKCg8mQYcbMLNlvy2fl84lzp6ro4=; b=o7UDNiBSpzLXhgQj+FFHv0C0fBegWVXA20yz3CRJcMRqYd2AtrGd7qv4wUD0o6932w 0TwUBLy7t3NLYKj7pgEEs7AOMJAqAuDdoq0dBQsOfyVaQ2EvDrkUFkzJAryGSMDhpwVX zReU4/gOAKedqFFwad3cdh+zbuCLGV/66sXtA2u9llo9LA6oacnQzqAp8j7rFA5iHjYg N54fvdb64WsEx6h3y0RPRoUE8tO0Y850beC38Ujp2mEyZpEUmI2XY24V6TCsjsw84qlW GriG/4+5m3uw+JgQycuVhGp1TmIplc57v6KKHEW9MGlhjXfL6FX9tWJ55yq7hptO7jsH 6/uQ== Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello list. Currently I am maintaining a project which compiles with the old Borland Turbo C++ tools (v3.1). I intend to move a full linux dev environment in the short term. I have been running some tests with dosemu with very promising outcomes, even allowing me to compile the full project through a gnu-makefile setup, running the compiler via dosemu -dumb. These tests show a very nice performance in 32bits machines, but very poor in 64bits machines. From what I've read around there, I think this problem is due to dosemu emulating code instead of using CPU virtualization. As I didn't find too much in-depth info on this, I thought asking in the list would be a good idea: * Is this true? Will dosemu use the CPU emulator instead of virtualization on x86-64? Or am I just plain wrong? * Is there any know workaround for this issue? I recently found http://v86-64.sourceforge.net/ but really couldn't get it to compile under latest kernels. * Would running dosemu under a 32bits (virtualbox) virtual machine be of any help to my purposes? Regards and thank you all. Pablo.