Acerca de
This skill provides a systematic framework for debugging intricate memory-related bugs in kernel development. It guides users through the intricacies of Breenix memory subsystems—physical frame allocation, virtual page tables, heap management, and kernel stacks—offering specific diagnostic patterns for common errors like page faults and double faults. By integrating checkpoint logging and state verification, it helps developers isolate failures in the memory management lifecycle, ensuring stable kernel-space and user-space transitions.