Protected Mode?
Posted: Tue Sep 24, 2002 8:54 am
hello,
i just recently got a book out from my college's library on computer architecture and it talks about protected mode. I was wondering, what can't you do in pmode that you can in real? the book doesn't go too far into it.
And also, how do you implrement a scheduler? I was considering it and it shuold be that hard, in essence:
watch users commands, if the user types a runable command, then setup the scheduler to switch back and forth between the running apps.
keep a list of the apps somewhere and assign them prorites based on something, im thinking allow the user to assign it (it would be different heh but probabl least affective)
then highest prority 1st, etc etc
all of this in a loop
how far am i off? lol
Thanks in advance
i just recently got a book out from my college's library on computer architecture and it talks about protected mode. I was wondering, what can't you do in pmode that you can in real? the book doesn't go too far into it.
And also, how do you implrement a scheduler? I was considering it and it shuold be that hard, in essence:
watch users commands, if the user types a runable command, then setup the scheduler to switch back and forth between the running apps.
keep a list of the apps somewhere and assign them prorites based on something, im thinking allow the user to assign it (it would be different heh but probabl least affective)
then highest prority 1st, etc etc
all of this in a loop
how far am i off? lol
Thanks in advance