From c82f4b64964147c3b722e98f5b7f8395dc8a2505 Mon Sep 17 00:00:00 2001 From: Liu Aleaxander Date: Tue, 15 Jun 2010 22:33:04 +0800 Subject: [PATCH] Update the TODO list Signed-off-by: Liu Aleaxander --- TODO | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index b90f632..786374a 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,10 @@ -1. Add complete system call support -2. Add complete exec system call -3. Add a robust shell -4. Add VFS +The following task should be done in order(or maybe not) before +the first version released. + +1. VFS (0.6) +2. robuust shell (0.7) +3. exec (0.8) +4. sys call (0.9) + +== And the final 1.0 == +5. port some coreutils from GNU like cp, cat and so on into thunix. -- 2.11.4.GIT