From 46a7796dd7ae28c32b976d9ba39a2c06eefa27bd Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Wed, 8 Nov 2017 08:03:19 +0000 Subject: [PATCH] Add glossary --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 01ff268..765599b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ KernelMQ Message queue with additional IPC capabilities implemented as multiboot microkernel. +Glossary +-------- + +* `addr` - physical address (`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`) + Dependencies ------------