doc: update kernel name references
This commit is contained in:
+2
-2
@@ -28,12 +28,12 @@ Rosetta Operating System: Protocols
|
||||
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
|
||||
format, and a tool for generating concrete implementations of protocols in
|
||||
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
|
||||
possible, any parameters you pass to a protocol function will be copied
|
||||
directly into the address space of the recipient. This makes Protocols
|
||||
|
||||
Reference in New Issue
Block a user