1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-27 11:24:34 -05:00

Add glossary

This commit is contained in:
Braiden Vasco 2017-11-08 08:03:19 +00:00
parent fdcbdac631
commit 46a7796dd7

View file

@ -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
------------