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

@ -7,3 +7,4 @@
#define SYS_read 7
#define SYS_close 8
#define SYS_block 9
#define SYS_kill 10