Add ability to contain a process in a scheme sandbox
This commit is contained in:
		
							parent
							
								
									6b8a576a21
								
							
						
					
					
						commit
						d294d56b52
					
				
					 16 changed files with 186 additions and 73 deletions
				
			
		|  | @ -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) { | |||
|             } | ||||
|         } | ||||
|     } | ||||
| */ | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jeremy Soller
						Jeremy Soller