mirror of
https://github.com/drasko/codezero.git
synced 2026-05-05 01:51:30 +02:00
Readme update
This commit is contained in:
14
README
14
README
@@ -124,13 +124,13 @@ Finally, POSIX compliance is only a step, or a partial aim for the Codezero
|
|||||||
microkernel. It is not limited to the goal of just complying with POSIX, which
|
microkernel. It is not limited to the goal of just complying with POSIX, which
|
||||||
has been done many times by other operating systems. The idea is to implement
|
has been done many times by other operating systems. The idea is to implement
|
||||||
a generic software environment where multiple system services can reside in
|
a generic software environment where multiple system services can reside in
|
||||||
the same run-time, but on the other hand, natively implemented system services
|
the same run-time, but on the other hand, native system services will be
|
||||||
will be supplied as the default solution. In other words, the project will
|
supplied as the default solution. In other words, the project will provide the
|
||||||
provide the mechanism to accomodate multiple operating systems, and it will also
|
mechanism to accomodate multiple operating systems, and it will also supply its
|
||||||
supply its own set of system services with a POSIX-like API. By providing a
|
own set of system services with a POSIX-like API. By providing a variety of
|
||||||
variety of system software options, the applications will be able to choose
|
system software options, the applications will be able to choose among different
|
||||||
among different speed, safety, determinism policies at the same run-time. This
|
speed, safety, determinism policies at the same run-time. This is expected to
|
||||||
is expected to prove useful in the embedded software domain.
|
prove useful in the embedded software domain.
|
||||||
|
|
||||||
Furthermore there are new ideas in literature that would improve systems
|
Furthermore there are new ideas in literature that would improve systems
|
||||||
software but aren't implemented either because they have no existing users or
|
software but aren't implemented either because they have no existing users or
|
||||||
|
|||||||
Reference in New Issue
Block a user