To study how chips work, MIT researchers built their own operating system
- Security
- Hardware
- Operating Systems
- Research
- Developer Tools
MIT’s CSAIL team published Fractal, a purpose-built research kernel for x86_64, ARM64, and RISC-V that treats the processor itself as the experiment target. The point is not to replace Linux or macOS. It is to give microarchitecture and security researchers a controlled environment where the same code can run across privilege levels, interrupts and scheduling noise stay out of the way, and hardware behavior can be observed without fighting a production OS. The paper says that setup helped them study speculative execution on Apple silicon and uncover behaviors like branch prediction state crossing privilege boundaries and "phantom" speculation that ordinary software would struggle to isolate cleanly.
If you care about CPU security, benchmark fidelity, or hardware validation, assume mainstream operating systems hide important behavior as much as they expose it. Specialized test environments like Fractal are becoming part of the toolchain for finding chip-level bugs before attackers or regressions do.
- news.mit.edu
- Discuss on HN