README update

This commit is contained in:
Bahadir Balban
2008-09-18 14:04:17 +03:00
parent 6e3d04dad3
commit 995de95e95

16
README
View File

@@ -6,14 +6,16 @@
What is Codezero? What is Codezero?
Codezero is a small microkernel based on the L4 microkernel principles and has Codezero is a new microkernel that has been developeed around the L4 microkernel
its own interpretation of the L4 microkernel API. In addition, it has server design principles. It implements its own interpretation of the L4 microkernel
tasks that implement memory management, a virtual filesystem layer, and these API. In addition, it provides server tasks that implement memory management, a
servers currently support a small but essential subset of the POSIX API. virtual filesystem layer, and these servers currently support a small but
essential subset of the POSIX API.
Codezero project is an effort to implement a modern, open source operating Codezero project is an effort to develop a modern, open source operating system
system based on the latest technology in microkernel and OS design. It targets based on the latest technology in microkernel and OS design. It targets tightly
realtime, high-end embedded systems and has an emphasis on the ARM architecture. integrated, high-end embedded systems and it has an emphasis on the ARM
architecture.
It is quite common to see open source projects developed in a closed-doors It is quite common to see open source projects developed in a closed-doors
fashion. Codezero project goes beyond just publishing source code as open source fashion. Codezero project goes beyond just publishing source code as open source