X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=README.bertos;h=65edccce173bdbd65b734aafc134564f61c7e98c;hb=8ef58df173c302c1602b19c79419daed37ced360;hp=8300de76d376d1ef24980dd9ef415bc334712ee4;hpb=68089deab4cdbd7e359f23c95ac9fbab3dd08297;p=bertos.git diff --git a/README.bertos b/README.bertos index 8300de76..65edccce 100644 --- a/README.bertos +++ b/README.bertos @@ -21,10 +21,11 @@ environments, from 8-bit processor to Linux and Win32 hosted application \section history History and Motivation -BeRTOS was born as a collection of useful, highly optimized and fine-tuned -libraries for embedded systems. Each library had its own scope and could be -used singularly in a project, though they were also meant to cooperate to -build the whole underlying software layer commonly called "operating system". +BeRTOS was born as a extremely modular, highly optimized and fine-tuned +operating system for embedded programming. +As a result, each module has its own scope and can be used alone or in +cooperation with other modules. +It's even possible to use most of the drivers without activating the kernel module. We have grown it following our guidelines: simplicity and beauty. These guidelines made it possible to evolve it in a full-featured real