[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multi-Tasking on Apple IIgs?



"The Manager" for the IIgs
"Switchit" for the IIgs
there is one other.  I cannot remember the name.

"daemon" something rather for the Apple II (8bit)
Split Personality for the Apple II (8bit) http://rich12345.tripod.com
go to the robot page, MTOS page.  Full source code.

Split personality works by first setting up multiple
banks of RAM to contain necessary code. when
switching to another task, it saves processor status,
accesses the appropriate softswitches to get to
desired 64k bank, and runs a small ammount of
code that LOADS the processor status for that
task.

There are diagrams and drawings, articles on
my site listed above.

Rich