- panic if there's no runnable process

- more basic sanity check before recursive enter check (data segment)
 - try to jump to boot monitor instantly on recursive panic
This commit is contained in:
Ben Gras
2009-10-03 11:30:35 +00:00
parent e716fae585
commit fe35879325
7 changed files with 19 additions and 3 deletions

View File

@@ -1327,6 +1327,7 @@ PRIVATE void pick_proc()
bill_ptr = rp; /* bill for system time */
NOREC_RETURN(pick, );
}
minix_panic("no runnable processes", NO_NUM);
}
/*===========================================================================*