WIP: Add getdents opaque_id

This commit is contained in:
4lDO2
2024-09-10 09:10:41 +02:00
parent 339271b4d7
commit 97f60de4ef
10 changed files with 126 additions and 29 deletions
-1
View File
@@ -8,7 +8,6 @@ use crate::{context, cpu_id, interrupt, syscall};
#[panic_handler]
fn rust_begin_unwind(info: &PanicInfo) -> ! {
println!("KERNEL PANIC: {}", info);
loop {}
unsafe {
interrupt::stack_trace();