Date: Thu, 27 Jun 1996 08:28:17 +0200 (IST) From: Eli Zaretskii To: Garrido Freire Cc: djgpp AT delorie DOT com Subject: Re: Multitasking in DOS (fwd) In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Jun 1996, Garrido Freire, Fco. Javier ((R)JA.GAR. SOFT) wrote: > MULTITASKING IN DOS? Yeah!! Just, have a look at the > well-known debug program. DOS can run two programs, debug itself, > and that one which debug is debugging. You decide when DOS must > run debug's code and when child's code by means of 'T'rap and > 'G'o debug's commands. You work as a scheduler. Check out the DJGPP support for debugging in the djlsr200.zip archive (directory src/debug). If DOS debug method can be a basis for multi-tasking, so can DJGPP's debug support.