---- Le mer., 10 avr. 2024 06:33:38 -0400 Ramon Riera Marès via Freedos-user  a 
écrit ----

> First of all, thanks to all the Freedos developers and collaborators.  I want 
> to know if there is any way or utility in Freedos to have
>  two applications running, for example an outliner and a text editor, and be 
> able to switch from one to the other without having to
> exit the current application.  Thanks and regards.  Ramon Riera.

It is possible, but very hard to write, because DOS is not reentrant:
https://en.wikipedia.org/wiki/Reentrancy_(computing)

DOS have a call to quit a program, but leaving it in memory.... Terminate Stay 
Resident (TSR).
But such programs must respect special rules to avoid DOS to crash.

There was a program, DESKVIEW, that was making an OS that was reentrant... as 
far as I understand,
that was running over a DOS. Making it easy to have more than one program 
running at a time.
See https://en.wikipedia.org/wiki/DESQview

I don't know how hard it would be to make FreeDOS reentrant... or what was the 
recent infos as
I am mostly basing the info I give here to what I learns in the nineties.


_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to