Ignore:
Timestamp:
Aug 17, 2017, 3:02:18 PM (7 years ago)
Author:
alain
Message:

Few bugs in VMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/vfs/fatfs.h

    r367 r401  
    249249 * It must be called by a thread running in cluster containing the mapper.
    250250 * The pointer on the mapper and the page index in file are found in the page descriptor.
    251  * WARNING : The inode field in the mapper must be NULL for the FAT mapper.
    252  * This is used to implement a specific behaviour to access the FAT zone on device.
     251 * WARNING : The inode field in the mapper MUST be NULL for the FAT mapper, as this
     252 * is used to implement a specific behaviour to access the FAT zone on device.
    253253 *****************************************************************************************
    254254 * @ page      : local pointer on page descriptor.
Note: See TracChangeset for help on using the changeset viewer.