Changeset 592 for soft/giet_vm/giet_kernel/kernel_init.c
- Timestamp:
- Jul 8, 2015, 4:04:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/kernel_init.c
r579 r592 93 93 //////////////////////////////////////////////////////////////////////////////// 94 94 95 // FAT internal representation for kernel code96 __attribute__((section(".kdata")))97 fat32_fs_t _fat __attribute__((aligned(512)));98 99 95 // array of page tables virtual addresses 100 96 __attribute__((section(".kdata"))) … … 338 334 if ( gpid == 0 ) 339 335 { 340 _fat_init( 0 ); // no IRQ336 _fat_init( 1 ); // kernel mode => Inode-Tree, Fat-Cache and File-Caches 341 337 342 338 #if GIET_DEBUG_INIT
Note: See TracChangeset
for help on using the changeset viewer.