mirror of
https://github.com/tailix/kernel.git
synced 2025-02-10 15:36:37 -05:00
Fix README
This commit is contained in:
parent
b93827b18d
commit
0d0f9437c1
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue