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
|
@ -30,4 +30,6 @@ fn clear_bss() {
|
|||
(start_bss as usize..end_bss as usize).for_each(|addr| {
|
||||
unsafe { (addr as *mut u8).write_volatile(0); }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
pub use syscall::*;
|
Loading…
Add table
Add a link
Reference in a new issue