Support specification of stack with clone system call and CLONE_STACK flag

This commit is contained in:
Jeremy Soller
2019-03-31 14:35:45 -06:00
parent 9ccaed7103
commit e5cf6efa64
8 changed files with 133 additions and 96 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ pub struct Context {
/// User heap
pub heap: Option<SharedMemory>,
/// User stack
pub stack: Option<Memory>,
pub stack: Option<SharedMemory>,
/// User signal stack
pub sigstack: Option<Memory>,
/// User Thread local storage