aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index df36132..742cc37 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,8 @@ running the tests):
src/common/ code shared between kernel and userspace libs
src/common/include/proto datastructures & constants used for system calls
src/lib/ code for userspace libraries
- src/apps/ userspace binaries
+ src/lib/include/proto definition of IPC protocols used in the system
+ src/sysbin/ userspace system binaries
src/tests/ test suite
## Roadmap