Add ability to contain a process in a scheme sandbox

This commit is contained in:
Jeremy Soller 2016-11-16 20:54:38 -07:00
parent 6b8a576a21
commit d294d56b52
16 changed files with 186 additions and 73 deletions

View file

@ -163,7 +163,7 @@ pub extern fn kmain_ap(id: usize) {
loop {
unsafe { interrupt::enable_and_halt(); }
}
/*
loop {
unsafe {
interrupt::disable();
@ -175,4 +175,5 @@ pub extern fn kmain_ap(id: usize) {
}
}
}
*/
}