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/arch/x86_64/asm/toc.s | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/arch/x86_64/asm/toc.s (limited to 'src/arch/x86_64/asm/toc.s') diff --git a/src/arch/x86_64/asm/toc.s b/src/arch/x86_64/asm/toc.s deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3-70-g09d2