Skip to content
Brian Swetland edited this page Jun 20, 2015 · 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, 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/travisg/lk and is Open Source software, provided under the MIT license.

Clone this wiki locally