From: igp AT vlc DOT servicom DOT es (Ignacio García Pérez) Newsgroups: comp.os.msdos.djgpp Subject: RHIDE debug screen SWAP Date: Mon, 28 Jul 1997 22:28:15 GMT Organization: GND Lines: 20 Message-ID: <33e000dc.5548719@news.servicom.es> Reply-To: igp AT vlc DOT servicom DOT es NNTP-Posting-Host: rdsi24.vlc.servicom.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi: I've been using RHIDE for tha last weeks and think it is the only companion that DJGPP needed to be the BEST compiler around. Now, I came against a little problem. I'm using the GRX 2.0 graphics library, and when debugging, the SVGA status is not properly saved and restored when coming in and going out of the internal debugger. I guess that the problem is that the debugger only saves and restores the standard VGA status. I realize that writing specific drivers to properly save and restore the status would be a huge task, but... Wouldn't it be quite easy to use the VESA function that saves and restores SVGA status ?. I'm willing to do it, but before getting into RHIDE sources i'd like to get some comments. Regards. Nacho.