armax00 / frosted

Frosted: Free POSIX OS for tiny embedded devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frosted ⛄

Introduction

frosted is an acronym that means "Free Operating Systems for Tiny Embedded Devices"

The goal of this project is to provide a Free (as in Freedom) kernel for embedded systems, which exposes a POSIX-compliant system call API.

From an architectural point of view, we have chosen to introduce a strong separation between user space and kernel space code. To do so, the kernel is compiled as a standalone ELF file.

The project borrows Linux Kernel's kconfig to allow for a graphic configuration and selection of the components.

License

All the kernel code is released under the terms of GNU GPLv2.

Linking on top of the system call interface, however, does not constitute a derivative work, as calling the system calls interface exposed by the kernel constitutes regular kernel usage, as long as the resulting work is not linked in the same binary as the kernel. This means that you are allowed to use the frosted kernel without any restriction about distributing your user space application source code.

Hardware Support

Hardware support

Getting started

Get the latest toolchain here

Getting started

Joining the team / contacts

We are constantly looking for new developers to join the team. Please contact us if you are interested.

The development team meets regularly on IRC (irc://irc.freenode.net/#frosted). As an alternative, please use the issue board on github to contact us.

Enjoy!

the frosted development team

About

Frosted: Free POSIX OS for tiny embedded devices

License:GNU General Public License v2.0


Languages

Language:C 89.3%Language:C++ 4.1%Language:Makefile 2.3%Language:Yacc 1.2%Language:Perl 1.1%Language:Shell 0.6%Language:Python 0.6%Language:Lex 0.5%Language:Assembly 0.4%Language:GDB 0.0%