1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-10 15:36:37 -05:00

Fix README

This commit is contained in:
Alex Kotov 2020-12-01 17:56:51 +05:00
parent b93827b18d
commit 0d0f9437c1
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -1,14 +1,4 @@
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
Message queue with additional IPC capabilities implemented as microkernel.