kernel/README.md

15 lines
534 B
Markdown
Raw Normal View History

2017-11-02 05:44:17 +00:00
KernelMQ
========
2017-11-02 09:01:14 +00:00
Message queue with additional IPC capabilities implemented as multiboot microkernel.
2017-11-06 06:21:58 +00:00
2017-11-08 08:03:19 +00:00
Glossary
--------
2017-11-08 09:21:40 +00: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