Kernel error causing cpu to go into shutdown state
Posted
by EpsilonVector
on Stack Overflow
See other posts from Stack Overflow
or by EpsilonVector
Published on 2010-05-01T11:29:08Z
Indexed on
2010/05/01
11:37 UTC
Read the original article
Hit count: 229
What kind of Kernel error can cause the cpu to go into a shut down state? I'm doing a homework assignment in OS, and we did changes in sched.c (adding a new scheduling policy, which involved ading another prio_array to the queue and switching between them when needed). Processes using this policy cause the cpu to enter a shut down state when they finish. Any suggestions where to look?
© Stack Overflow or respective owner