mirror of
https://github.com/tailix/kernel.git
synced 2024-11-27 11:24:34 -05: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.
|
||||
|
||||
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
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue