Ignore:
Timestamp:
Jul 8, 2015, 4:04:13 PM (9 years ago)
Author:
alain
Message:

Introduce support for the new POSIX-like FAT32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/kernel_init.c

    r579 r592  
    9393////////////////////////////////////////////////////////////////////////////////
    9494
    95 // FAT internal representation for kernel code
    96 __attribute__((section(".kdata")))
    97 fat32_fs_t     _fat      __attribute__((aligned(512)));
    98 
    9995// array of page tables virtual addresses
    10096__attribute__((section(".kdata")))
     
    338334    if ( gpid == 0 )
    339335    {
    340          _fat_init( 0 );   // no IRQ
     336        _fat_init( 1 );   // kernel mode => Inode-Tree, Fat-Cache and File-Caches
    341337
    342338#if GIET_DEBUG_INIT
Note: See TracChangeset for help on using the changeset viewer.