Update to README

modified:   README
This commit is contained in:
Bahadir Balban
2008-03-21 19:38:46 +00:00
parent d0084b2ee0
commit 0dfbde6bc0

12
README
View File

@@ -133,10 +133,12 @@ Codezero is an operating system that targets embedded systems. It supports the
most fundamental posix calls and modern features such as demand-paging and has a most fundamental posix calls and modern features such as demand-paging and has a
virtual filesystem layer. Different from other posix-like systems, it is based virtual filesystem layer. Different from other posix-like systems, it is based
on a microkernel design. It has a cleanly separated set of services, it is small on a microkernel design. It has a cleanly separated set of services, it is small
and well-focused. Its source code is also freely available. For these reasons it and well-focused. Its design is carefully thought out, so it's not just a
is a good candidate as systems software to be used on embedded platforms. mock-up implementation of an operating system API. Its source code is also
Currently it has little or no users, therefore compared to systems with a freely available. For these reasons it is a good candidate as systems software
saturated user base it is possible to tailor it rapidly towards the needs of any to be used on embedded platforms. Currently it has little or no users, therefore
users who want to be the first to incorporate it for their needs. compared to systems with a saturated user base it is possible to tailor it
rapidly towards the needs of any users who want to be the first to incorporate
it for their needs.