Stylish glossary

This commit is contained in:
Braiden Vasco 2017-11-08 09:21:40 +00:00
parent 3b4df2aac2
commit 55d07ac0ef
1 changed files with 6 additions and 6 deletions

View File

@ -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
------------