2 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue requests an enhancement to the fault handling system. The submitter believes that the `cr0` register, which is currently not included in the register dump during a fault, should be printed. They argue that including `cr0` is important for debugging and understanding the fault.

Complexity: 1/5
kind/bug good first issue area/hal arch/x86_64

🍄 an alleged 'operating system'

Rust

AI Summary: This GitHub issue proposes enhancing the kernel's panic output to include control registers like `cr0` and `cr3`. While general-purpose registers are often less useful in a panic due to stack frame changes, control registers are unlikely to be affected by the panic machinery and could provide valuable debugging context for system failures.

Complexity: 2/5
good first issue arch/x86_64

🍄 an alleged 'operating system'

Rust