This commit is contained in:
2024-10-14 12:11:27 +00:00
parent 7cebb88792
commit 8fe49e190e
16 changed files with 235 additions and 156 deletions

View File

@ -133,7 +133,7 @@ pub extern "sysv64" fn syscall_handler(frame: &mut TrapFrame) {
show &= false;
}
}
show = false;
show &= false;
if show {
debug!("[SYS] [Pid: {:?}] [Call: {:?}]", pid, to_print);
}