From 159bf4de9aec146cbe6ab27beb8ea958798a99ca Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 15 Feb 2015 23:11:02 +0100 Subject: Add TODO --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f9acbfd..e08c02d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,15 @@ running the tests): src/apps/ userspace binaries src/tests/ test suite +## Important TODOs + +* The VFS code is not thread-safe ! Very dangerous, must be taken care of soon. + (important design considerations not to be overlooked) +* How does a process exit, what does it do, how do processes synchronize ? +* Have several threads in a single process +* Better handling of errors (rather than panicing) ; userspace apps should not + have the possibility of crashing the system + ## Licence None of the source files have a licence header because it's cumbersome. All the -- cgit v1.2.3