Skip to content
Alexandre Bury edited this page Aug 18, 2016 · 6 revisions

LK (Little Kernel) is a tiny operating system suited for small embedded devices, bootloaders, and other environments where OS primitives like threads, mutexes, and timers are needed, but there’s a desire to keep things small and lightweight. On embedded ARM platforms the core of LK is typically 15-20 KB.

LK is available from https://github.com/littlekernel/lk and is Open Source software, provided under the MIT license.

Clone this wiki locally