From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Subject: Using asm to develop GUI under framebuffer environment Date: Wed, 25 Feb 2004 09:59:18 +0800 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <403C0176.6080300@hotpop.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-assembly@vger.kernel.org Hi Linux Assembly Gurus, I have some experience in developing a desktop environment using PharLap's asm toolkit. I am very interested in doing the same thing under Linux. Because of the GUI nature, I usually redirect the output of the debugger into another computer's terminal, so that the UI being debugged can be seen. I would like to know if there is a nasm specialized debugger that can do such remote debugging under Linux, or are there any workaround for this issue. Thanks and Regards, Lawrence