Separate context and process IDs.

This commit is contained in:
4lDO2
2024-07-08 14:10:31 +02:00
parent 74b824f40f
commit 0da2fce64a
14 changed files with 63 additions and 56 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ fn rust_begin_unwind(info: &PanicInfo) -> ! {
interrupt::stack_trace();
}
println!("CPU {}, PID {:?}", cpu_id(), context::context_id());
println!("CPU {}, CID {:?}", cpu_id(), context::current_cid());
// This could deadlock, but at this point we are going to halt anyways
{