Acerca de
This skill provides specialized guidance for developing low-level operating system components, specifically focusing on the high-performance paths of interrupts, system calls, and context switches. It enforces a 'pristine path' philosophy, prohibiting logging, memory allocation, and non-deterministic operations that lead to catastrophic timing failures and 'Heisenbugs'. By utilizing these mandatory rules and implementation workflows, developers can ensure userspace forward progress and system stability during x86_64 kernel development.