Refactor context list

This commit is contained in:
Jeremy Soller 2016-08-18 08:30:45 -06:00
parent 2de2d4cac4
commit 490dd16776
6 changed files with 89 additions and 34 deletions

View file

@ -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() {