mikrokerninspired
Mikrokerninspired is a conceptual framework within operating system design that draws inspiration from the principles of microkernels. Unlike traditional monolithic kernels that include most operating system services within a single, large address space, microkernels aim to minimize the amount of code running in the privileged kernel mode. They achieve this by moving many operating system services, such as device drivers, file systems, and network protocols, into user-space processes.
The "inspired" aspect of mikrokerninspired suggests that it might not be a strict implementation of a microkernel
Such systems might still face challenges related to performance overhead due to the increased context switching