mirror of
https://github.com/tailix/kernel.git
synced 2025-09-04 22:42:59 -04:00
Add glossary
This commit is contained in:
parent
fdcbdac631
commit
46a7796dd7
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ KernelMQ
|
||||||
|
|
||||||
Message queue with additional IPC capabilities implemented as multiboot microkernel.
|
Message queue with additional IPC capabilities implemented as multiboot microkernel.
|
||||||
|
|
||||||
|
Glossary
|
||||||
|
--------
|
||||||
|
|
||||||
|
* `addr` - physical address (`unsigned long`)
|
||||||
|
* `base` - physical or virtual start address (`unsigned long`)
|
||||||
|
* `limit` - physical or virtual end address (included, `unsigned long`)
|
||||||
|
* `size` - size in bytes (`unsigned long`)
|
||||||
|
* `length` - number of entries (`unsigned int`)
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue