aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2fc29d4..df36132 100644
--- a/README.md
+++ b/README.md
@@ -98,13 +98,14 @@ running the tests):
### Files in the repository
- doc/ documentation (none yet, sorry!)
+ doc/ documentation (none yet, sorry!)
src/
- src/kernel/ code for the kogata kernel
- src/common/ code shared between kernel and userspace libs
- src/lib/ code for userspace libraries
- src/apps/ userspace binaries
- src/tests/ test suite
+ src/kernel/ code for the kogata kernel
+ 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/tests/ test suite
## Roadmap