pre-empt both user and kernel, in clock interrupt

usertest.c tests pre-emption
kill()
This commit is contained in:
rtm 2006-07-11 17:39:45 +00:00
parent 5ce9751cab
commit b548df152b
12 changed files with 152 additions and 47 deletions

View file

@ -158,6 +158,4 @@ ktest()
if(p1 == 0)
panic("ktest2");
kfree(p1, PAGE * 20);
cprintf("ktest ok\n");
}