Reach init again, with proc mgr.

This commit is contained in:
4lDO2
2024-12-27 13:54:47 +01:00
parent a9fb2dcb93
commit ce77a018ec
5 changed files with 56 additions and 45 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ fn rust_begin_unwind(info: &PanicInfo) -> ! {
// This could deadlock, but at this point we are going to halt anyways
{
let context = context_lock.read();
println!("NAME: {}", context.name);
println!("NAME: {}, DEBUG ID: {}", context.name, context.debug_id);
if let Some([a, b, c, d, e, f]) = context.current_syscall() {
println!("SYSCALL: {}", syscall::debug::format_call(a, b, c, d, e, f));