2017-11-02 01:44:17 -04:00
|
|
|
KernelMQ
|
|
|
|
========
|
|
|
|
|
2017-11-02 05:01:14 -04:00
|
|
|
Message queue with additional IPC capabilities implemented as multiboot microkernel.
|
2017-11-06 01:21:58 -05:00
|
|
|
|
2017-11-08 03:03:19 -05:00
|
|
|
Glossary
|
|
|
|
--------
|
|
|
|
|
2017-11-08 04:21:40 -05:00
|
|
|
* (`unsigned long`) `addr` - aligned physical address, shifted right with number of zero bits
|
|
|
|
* (`unsigned long`) `base` - physical or virtual start address
|
|
|
|
* (`unsigned long`) `limit` - physical or virtual end address (included)
|
|
|
|
* (`unsigned long`) `size` - size in bytes
|
|
|
|
* (`unsigned int`) `length` - number of entries
|
|
|
|
* (`unsigned int`) `slen` - string length excluding the terminating null byte
|