1 2009-12-14 Liu Aleaxander <Aleaxander@gmail.com>
2 * ISO9660: The basic features of iso9660 fs implemented.
4 2009-12-11 Liu Aleaxander <Aleaxander@gmail.com>
5 * Release: v0.2 is out!
6 * VFAT: The currnt vfat implementation comes an end.
8 2009-12-10 Liu Aleaxander <Aleaxander@gmail.com>
9 * vfat: Basic vfat fs driver code implemented.
10 * cmd : Now ls, cd, cat commands supported.
11 * bugs: fixed some bugs(new and old)
13 2009-09-27 Liu Aleaxander <Aleaxander@gmail.com>
14 * Release: V0.1 released.
15 * Releaselog: added a Release log command.
16 * fs command: file command changed to fs command.
18 2009-09-26 Liu Aleaxander <Aleaxander@gmail.com>
21 2009-09-26 Liu Aleaxander <Aleaxander@gmail.com>
22 * ls command: make it put more information, like ls -l command in Linux.
24 2009-09-22 Liu Aleaxander <Aleaxander@gmail.com>
25 * block command added.
26 * sector command added.
28 2009-09-22 Liu Aleaxander <Aleaxander@gmail.com>
31 2009-09-22 Liu Aleaxander <Aleaxander@gmail.com>
35 2009-09-21 Liu Aleaxander <Aleaxander@gmail.com>
36 * Symlink support added.
38 2009-09-20 Liu Aleaxander <Aleaxander@gmail.com>
39 * Change_Log started, but in fact, this project started at 2009-09-12.
41 * Here is the current features:
42 * VFS-layer implemented.
43 * A simple memory management lib implemented.
44 * A LRU cache implemented.
45 * EXT2/3/4 file system support added as Read-only.
46 * For now, we have the following commands:
47 (printf fs), (cat) [file], (q|quit), (help),
48 (file) [-t type][fs.img]