diff --git a/src/proc/thread/mod.rs b/src/proc/thread/mod.rs index 78fba03..21401a5 100644 --- a/src/proc/thread/mod.rs +++ b/src/proc/thread/mod.rs @@ -1,3 +1,9 @@ pub struct Thread { rsp: u64 +} + +impl Thread { + pub fn new() { + + } } \ No newline at end of file