diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,9 +1,25 @@ /************************************************************************ * This file is updated by the version number, so if you looked at my - * last email, then you don't need to check the README version 0.1 part. + * last email, then you don't need to check last README version ************************************************************************/ +README version 0.4 +================== + + + +README version 0.3 +================== + +There're only little changes; Make the open_inode() function looks much +simpiler by breaking it into more subfunctions, so two new functions +introduced, they are: + 1) struct ext2_group_desc* get_group_desc(blokc_num); + 2) void read_inode(....); +then a little more change on making it more C like. + + README version 0.2 ================== |