Page 1 of 1

Multitasking in real-mode...

Posted: Thu Jun 27, 2002 3:26 am
by Kenneth Garin
I know this has been asked before but how do I do it? I would love examples, or at least a *good* description of how it's done. I know the application programs are loaded into memory and the kernel keeps track of the applications segment:offset and the timer hook jumps to the code where it left off and ect... but I need details. I would really REALLY appreciate any help.
I know that memory protection is damn near impossible but regardless of these pitfalls I still would love to learn how to do this in real-mode.
Thankyou so very much ;D, Kg.

BTW....

Posted: Thu Jun 27, 2002 3:29 am
by Kenneth Garin
In reply to my last post, I have good assembly knowledge so I prefer if any examples to be in asm.
Kg.

Re:Multitasking in real-mode...

Posted: Thu Jun 27, 2002 11:35 am
by crazybuddha

Re:Multitasking in real-mode...

Posted: Thu Jun 27, 2002 4:02 pm
by Kenneth Garin
Thanks, I will study it and try to recreate my own version :)
Kg.

Re:Multitasking in real-mode...

Posted: Thu Jun 27, 2002 4:28 pm
by crazybuddha
keep us updated.