Changeset 246 for trunk/kernel/kern/kernel_init.c
- Timestamp:
- Jul 20, 2017, 12:55:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/kernel_init.c
r204 r246 100 100 // This variable contains the input IRQ indexes for the IOPIC controller 101 101 __attribute__((section(".kdata"))) 102 iopic_input_t 102 iopic_input_t iopic_input CONFIG_CACHE_LINE_ALIGNED; 103 103 104 104 // This variable contains the input IRQ indexes for the LAPIC controller … … 862 862 // 1. create FATFS context in cluster 0 863 863 fatfs_ctx_t * fatfs_ctx = fatfs_ctx_alloc(); 864 865 printk("\n@@@ %s extend = %x\n", __FUNCTION__ , fatfs_ctx ); 864 866 865 867 nolock_assert( (fatfs_ctx != NULL) , __FUNCTION__ , … … 902 904 hal_core_sleep(); 903 905 } 906 907 ///////////////////////////////@@@ 908 fatfs_ctx_display(); 909 ///////////////////////////////@@@ 904 910 905 911 // register VFS root inode in process_zero
Note: See TracChangeset
for help on using the changeset viewer.