Add sys_yield tests and compile them to different location.
This commit is contained in:
parent
1414d05325
commit
4e8059e222
12 changed files with 99 additions and 57 deletions
|
@ -1,5 +1,7 @@
|
|||
const SYSCALL_WRITE: usize = 64;
|
||||
const SYSCALL_EXIT: usize = 93;
|
||||
const SYSCALL_YIELD: usize = 124;
|
||||
const SYSCALL_GET_TIME: usize = 169;
|
||||
|
||||
mod fs;
|
||||
mod process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue