diff --git a/README.md b/README.md index 04b5ac2..fab31a0 100644 --- a/README.md +++ b/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 ------------