mirror of
https://github.com/tailix/kernel.git
synced 2024-11-20 11:16:10 -05:00
Stylish glossary
This commit is contained in:
parent
3b4df2aac2
commit
55d07ac0ef
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -6,12 +6,12 @@ Message queue with additional IPC capabilities implemented as multiboot microker
|
|||
Glossary
|
||||
--------
|
||||
|
||||
* `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 long`)
|
||||
* `length` - number of entries (`unsigned int`)
|
||||
* `slen` - string length excluding the terminating null byte (`unsigned int`)
|
||||
* (`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
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue