doc: update kernel name references
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@
|
|||||||
| |--Downloads
|
| |--Downloads
|
||||||
| \--Documents
|
| \--Documents
|
||||||
|--boot
|
|--boot
|
||||||
| |--mango_kernel
|
| |--magenta_kernel
|
||||||
| \--initrd.ec3
|
| \--initrd.ec3
|
||||||
|--usr
|
|--usr
|
||||||
| \--lib
|
| \--lib
|
||||||
|
|||||||
+2
-2
@@ -28,12 +28,12 @@ Rosetta Operating System: Protocols
|
|||||||
3 Overview
|
3 Overview
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Protocols is a very thin layer overtop of Mango ports. It provides a
|
Protocols is a very thin layer overtop of Magenta ports. It provides a
|
||||||
declarative language for describing message layouts in a language-agnostic
|
declarative language for describing message layouts in a language-agnostic
|
||||||
format, and a tool for generating concrete implementations of protocols in
|
format, and a tool for generating concrete implementations of protocols in
|
||||||
various programming languages.
|
various programming languages.
|
||||||
|
|
||||||
Protocols makes heavy use of Mango's I/O vectors facility to avoid performing
|
Protocols makes heavy use of Magenta's I/O vectors facility to avoid performing
|
||||||
any dynamic memory allocation or unnecessary copying of data. As often as
|
any dynamic memory allocation or unnecessary copying of data. As often as
|
||||||
possible, any parameters you pass to a protocol function will be copied
|
possible, any parameters you pass to a protocol function will be copied
|
||||||
directly into the address space of the recipient. This makes Protocols
|
directly into the address space of the recipient. This makes Protocols
|
||||||
|
|||||||
Reference in New Issue
Block a user