doc: update kernel name references

This commit is contained in:
2026-05-30 10:16:11 +01:00
parent 52d31002c1
commit ce52afe5b4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
| |--Downloads
| \--Documents
|--boot
| |--mango_kernel
| |--magenta_kernel
| \--initrd.ec3
|--usr
| \--lib
+2 -2
View File
@@ -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