I tried with adding :
while (p->mach)
sched_yield();at the end of sched.c:^runproc(), before the return. It seems to work well. What do you think ? Phil;
I tried with adding :
while (p->mach)
sched_yield();at the end of sched.c:^runproc(), before the return. It seems to work well. What do you think ? Phil;