Open Issues Need Help
View All on GitHub faults should print cr0 2 months ago
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
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