Support fsgsbase at compile time.

This commit is contained in:
4lDO2
2021-06-22 17:21:03 +02:00
parent 9c3cf84453
commit 0968e4f87e
10 changed files with 233 additions and 58 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ impl Context {
waitpid: Arc::new(WaitMap::new()),
pending: VecDeque::new(),
wake: None,
arch: arch::Context::new(),
arch: arch::Context::new(id.into()),
kfx: None,
kstack: None,
ksig: None,