1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/README.md
2017-11-09 15:37:11 +00:00

14 lines
534 B
Markdown

KernelMQ
========
Message queue with additional IPC capabilities implemented as multiboot microkernel.
Glossary
--------
* (`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