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
1 changed files with 1 additions and 11 deletions

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.