Refactor context list
This commit is contained in:
parent
2de2d4cac4
commit
490dd16776
6 changed files with 89 additions and 34 deletions
|
@ -1,16 +1,5 @@
|
|||
use arch::interrupt::{enable_interrupts, halt};
|
||||
|
||||
use syscall::{self, Error};
|
||||
|
||||
/// Test halting
|
||||
#[test]
|
||||
fn halt_with_interrupts() {
|
||||
unsafe {
|
||||
//enable_interrupts();
|
||||
//halt();
|
||||
}
|
||||
}
|
||||
|
||||
/// Test stdio
|
||||
#[test]
|
||||
fn stdio() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue