What is little kernel?

ck
ck

Posted On: Apr 06, 2020

 

Little Kernel is an operating system used in small embedded devices, bootloaders, etc. It is mainly used where OS primitives like threads, mutexes, and timers are needed. This tiny OS keeps things small and lightweight. They come in small sizes such as 15-20 B in embedded ARM platforms. They are now used in Android bootloader and as default bootloader in some ARM SoC manufacturers. Zircon, a microkernel used in Fuchsia Operating System also based on Little kernel.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Google fuchsia Interview Questions

    What is Google fuchsia?

    Google Fuchsia is an open-source operating system still in development. First appeared on Git in 2016, this open-source OS is intended to run on ARM64, X86-64. Based on the Zircon kernel, the Fuchsia&...

    Google fuchsia Interview Questions

    In which programming language fuchsia is written?

    Fuchsia is written in C, C++, Dart, Go, Rust, and Java....