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.
Never Miss an Articles from us.
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&...
Fuchsia is written in C, C++, Dart, Go, Rust, and Java....
The "fx" command is used to build Fuchsia....