Beantwortet Help....

  • 16. marts 2007 15:46
     
     

    who can tell me where   the process dispatcher  is in WRK?

    Ah,I have found the process dispatcher in \base\ntos\ke\i386\ctxswap.asm...

Alle besvarelser

  • 19. marts 2007 17:12
     
     Svar

    The unit of scheduling in NT is the thread, so there isn't a process dispatcher that 'runs' processes. There is a thread scheduler, however, and that can be found in the base\ntos\ke directory. Using findstr on 'Ready' should point at the interesting places to look in the sources.

     

    I hope this helps.

  • 23. maj 2007 05:42
     
     
    Thank you ....