Ignore:
Timestamp:
Jul 20, 2017, 12:55:23 PM (7 years ago)
Author:
alain
Message:

Fix a major bug in FATFS : miss handling in the FAT mapper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/kernel_init.c

    r204 r246  
    100100// This variable contains the input IRQ indexes for the IOPIC controller
    101101__attribute__((section(".kdata")))
    102 iopic_input_t         iopic_input                             CONFIG_CACHE_LINE_ALIGNED;
     102iopic_input_t        iopic_input                             CONFIG_CACHE_LINE_ALIGNED;
    103103
    104104// This variable contains the input IRQ indexes for the LAPIC controller
     
    862862            // 1. create FATFS context in cluster 0
    863863            fatfs_ctx_t * fatfs_ctx = fatfs_ctx_alloc();
     864
     865printk("\n@@@ %s extend = %x\n", __FUNCTION__ , fatfs_ctx );
    864866
    865867            nolock_assert( (fatfs_ctx != NULL) , __FUNCTION__ ,
     
    902904            hal_core_sleep();
    903905        }
     906
     907///////////////////////////////@@@
     908fatfs_ctx_display();
     909///////////////////////////////@@@
    904910
    905911        // register VFS root inode in process_zero
Note: See TracChangeset for help on using the changeset viewer.