fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
233 stars 26 forks source link

'onenv' program to inject tasks into specific environments #90

Open fachat opened 5 months ago

fachat commented 5 months ago

Similarly to the "ontty" program there should be an "onenv" program to run a task in a specific (pre-existing) environment.

This would allow injecting a monitor program into the runtime/environment of an existing program for example. Other uses would be to put programs into the background inside the system bank of the c128 (where there is quite some space currently unused)