Ignore:
Timestamp:
Dec 3, 2018, 12:15:53 PM (5 years ago)
Author:
alain
Message:

Improve the FAT32 file system to support cat, rm, cp commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/fs/ramfs.c

    r568 r602  
    3535                     char   * ramfs_root_name )
    3636{
    37     xptr_t    root_inode_xp;   // unused                      
     37    xptr_t    unused_xp;   // required by vfs_add_child_in_parent()                     
    3838 
    3939    cxy_t     cxy = cluster_random_select();
     
    4545                                     parent_inode_xp,
    4646                                     ramfs_root_name,
    47                                      NULL,
    48                                      &root_inode_xp );
     47                                     &unused_xp,
     48                                     &unused_xp );
    4949}
    5050
Note: See TracChangeset for help on using the changeset viewer.