mirror of
https://github.com/drasko/codezero.git
synced 2026-01-23 00:03:15 +01:00
VFS updates, readme updates.
Separated vfs file as a specific file. vm file is not always a vfs file. Updated the README sys_open was not returning back to client, added that. Added comments for future vfs additions.
This commit is contained in:
20
README
20
README
@@ -130,15 +130,15 @@ opportunity to incorporate the latest ideas in OS technology.
|
||||
Can you summarise all this? Why should I use Codezero, again?
|
||||
|
||||
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
|
||||
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 code is also
|
||||
freely available. 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 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.
|
||||
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
|
||||
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
|
||||
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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user