> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# New Proposal Looks to Make Linux Multi-Kernel Friendly
- URL: https://itsfoss.com/news/linux-multikernel-proposal/
- Published: 2025-09-24T11:19:29.000Z
- Updated: 2025-09-24T11:19:29.000Z
- Description: If approved, Linux could one day run multiple kernels simultaneously.
- Author: Sourav Rudra
- Tags: Linux, News, #Import 2025-11-08 21:15

Linux is the cornerstone of modern computing, found in everything from smartphones to supercomputers. Its monolithic kernel architecture has served well, but as hardware evolves, so too must the software.

[Multikernel Technologies](https://multikernel.io/?ref=itsfoss.com), a company specializing in kernel architecture, has introduced a proposal that could significantly influence how Linux works. They've submitted a [request for comments](https://lore.kernel.org/lkml/20250918222607.186488-1-xiyou.wangcong@gmail.com/?ref=itsfoss.com) (*RFC*) to the Linux Kernel Mailing List (LKML), inviting community feedback.

The proposal is currently under review by Linux kernel maintainers.

## Multi-Kernel on Linux: What to Expect?

Multikernel is a Linux architecture that **allows multiple independent kernel instances to run simultaneously on a single physical machine**. Each kernel operates on its own dedicated CPU cores and manages its own set of processes and memory while sharing the underlying hardware. This separation aims to improve isolation between workloads and increase system reliability.

A key feature of Multikernel is inter-kernel communication. The architecture uses a dedicated [Inter-Processor Interrupt](https://en.wikipedia.org/wiki/Inter-processor%5Finterrupt?ref=itsfoss.com) (*IPI*) framework, allowing different kernels to coordinate tasks or exchange information when needed. This ensures that while kernels are independent, they can still collaborate efficiently for certain operations.

The proposal also enhances kernel management using the existing [kexec](https://en.wikipedia.org/wiki/Kexec?ref=itsfoss.com) infrastructure. This enables multiple kernel images to be loaded and tracked dynamically, making it easier to start or stop kernel instances without rebooting the entire system. 

As I said earlier, Multikernel is currently in the RFC stage, open for review and feedback from Linux kernel maintainers.

Beyond code, Multikernel Technologies has committed to publishing educational resources, such as explanatory videos, to help developers understand how the system works.

For more details, documentation, and source code, visit the [official website](https://multikernel.io/?ref=itsfoss.com).

[Multikernel](https://multikernel.io/?ref=itsfoss.com)

Via: [Phoronix](https://www.phoronix.com/news/Linux-Multi-Kernel-Patches?ref=itsfoss.com)

**Suggested Read** 📖

[Git 3.0 May Make Rust Mandatory as Developers Discuss TransitionGit might be heading down the Rust way soon.![](https://itsfoss.com/content/images/icon/android-chrome-192x192-264.png)It's FOSS NewsSourav Rudra![](https://itsfoss.com/content/images/thumbnail/git-developers-rust-mandatory.png)](https://itsfoss.com/git-3-rust/)