mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Readme grammar fix
This commit is contained in:
4
README
4
README
@@ -133,8 +133,8 @@ Codezero is an operating system that targets embedded systems. It supports the
|
||||
most fundamental posix calls and it implements modern features such as
|
||||
demand-paging and 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 and well-focused. It's design is carefully thought out, so
|
||||
it's not just a mock-up implementation of an operating system API. It's source
|
||||
services, it is small and well-focused. Its design is carefully thought out, so
|
||||
it's not just a mock-up implementation of an operating system API. Its source
|
||||
code is also freely available (See LICENSE heading). For these reasons it is a
|
||||
good candidate as systems software to be used on embedded platforms. Currently
|
||||
it has little or no users, therefore compared to systems with a saturated user
|
||||
|
||||
Reference in New Issue
Block a user