Posted by Alumni from MIT
June 11, 2026
A new kernel, or core program within an operating system, gives researchers a cleaner view of what's happening inside a processor. Called Fractal and developed at MIT, the kernel has already surfaced previously unknown behavior in Apple's M1. When security researchers want to understand what a modern processor is really doing with the kind of detail that determines whether attacks like Spectre and Meltdown are possible, they usually run their experiments on top of an operating system that was never built for the job. They open up macOS or Linux, patch the kernel by hand, and hope the modifications hold. The approach is unstable, hard to reproduce, and on Apple's platforms, slated for deprecation. A team at MIT's Computer Science and Artificial Intelligence Laboratory (CSAIL) decided to build something different. Fractal, an operating system kernel written from the ground up, treats the hardware itself as the object of study. Its first major use, a deep look at branch predictors ' a... learn more