aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2015-03-10 16:12:03 +0100
committerAlex Auvolat <alex@adnab.me>2015-03-10 16:12:03 +0100
commit48c1c4dcc449d05e9950a861e165f456e0d583a1 (patch)
tree1107e6a6779d16824055e358eb04a45fc5365b63 /README.md
parentc6068c0bce5cf764846e775d3509b1a82af4a0e5 (diff)
downloadkogata-48c1c4dcc449d05e9950a861e165f456e0d583a1.tar.gz
kogata-48c1c4dcc449d05e9950a861e165f456e0d583a1.zip
Rename & cleanup.
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