Set TFS_DIR by default when the TFS_DIR env is not set
[thunix.git] / Releaselog
blob223a34470fdc6179ade65859ad8f70cebfcd2816
1 === V0.7 released === (2010-06-28)
2         * a functional sys_execve system call implemented
3         * user space programs can use printf now
5 === V0.6 released === (2010-06-26)
6         * VFS layer added
7         * sys_chdir added
8         * sys_pwd added
10 === V0.5 released === (2010-06-12)
11         * basic syscall implemented
12         * simple error handle system implemented
13         * exec binaly program from disk supported
15 === V0.4 released === 
16         * Add a LRU cache system
17         * Add tfs file system support
18         * Cleanup Makefile
20 === V0.3 released ===
21         * Add malloc stuff
22         * Add hexdump lib function