Ignore:
Timestamp:
Feb 4, 2016, 5:02:03 PM (8 years ago)
Author:
alain
Message:

The _sys_fat_dump() kernel function has been introduced to support the
new giet_fat_dump() system call, used by the shell to display disk sectors of a FAT partition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/sys_handler.h

    r760 r774  
    136136                            unsigned int count );    // number of pages
    137137
     138extern int _sys_fat_dump( unsigned int type,         // BS/FS/FAT/FILE/DIR
     139                          char*        pathname,     // file/dir pathname
     140                          unsigned int block_id );   // block index in file/dir/fat
     141
    138142
    139143//////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.