From d495a1745c83a8186bf1c6c531177887dd245436 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 6 Jun 2024 02:08:21 +0200 Subject: proc: basic infra for multithreading including task and scheduler wrapper, context swap assembly, and some notes... The lifetime of task is tricky, I'll fix it later Signed-off-by: Tianhao Wang --- src/proc/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proc/mod.rs') diff --git a/src/proc/mod.rs b/src/proc/mod.rs index cdafe4a..020ac83 100644 --- a/src/proc/mod.rs +++ b/src/proc/mod.rs @@ -1 +1,2 @@ +pub mod sched; pub mod task; -- cgit v1.2.3-70-g09d2