Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.43 KB

intro.rst

File metadata and controls

42 lines (25 loc) · 1.43 KB

Introduction

NanoK is a nanoscopic kernel for micro-controllers. It aims at providing an efficient runtime tasks abstraction for hardware that does not come with many resources. It is not a standalone kernel: it must be compiled with the application that will run on the selected hardware. This allows the kernel to be tuned finely for a given usage. As such, NanoK can be seen as a unikernel

Warning

NanoK is still in an omega development phase. It is highly experimental and shall not be used for anything but its own development.

Please refer to the :doc:`nanokbs` page.

Please refer to the :doc:`dev` page.