WIP: Support clone in userspace

Everything seems to work for the most part, but now there are tons of
daemons which rely on syscall::clone, which is now implemented in relibc
:(
This commit is contained in:
4lDO2
2022-07-05 12:26:30 +02:00
parent 283ada82a0
commit b50495bfa5
6 changed files with 237 additions and 93 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ pub struct Context {
/// Base pointer
rbp: usize,
/// Stack pointer
rsp: usize,
pub(crate) rsp: usize,
/// FSBASE.
///
/// NOTE: Same fsgsbase behavior as with gsbase.