vxWorks V6.2中的TFFS问题
config.h中与TFFS相关的组件配置有哪些内容??
以下内容是我在Config.h中的定义 #ifdef INCLUDE_TFFS #define INCLUDE_TL_FTL #define INCLUDE_XBD /* Extended block device */ #define INCLUDE_XBD_BLK_DEV /* Extended block device */ #define INCLUDE_DEVICE_MANAGER /* Device Manager */ #define INCLUDE_ERF /* Event reporting framework */ #define INCLUDE_FS_EVENT_UTIL /* File system event utility */ #define INCLUDE_FS_MONITOR /* File system monitor */ #define INCLUDE_XBD_PART_LIB /* XBD partition creation support */ #define INCLUDE_DOSFS /* DOS filesystem */ #define INCLUDE_DOSFS_FAT /* DOS file system FAT12/16/32 handler */ #define INCLUDE_DOSFS_DIR_FIXED /* DOS File system old directory format handler */ #define INCLUDE_DOSFS_DIR_VFAT /* DOS file system VFAT directory handler */ #define INCLUDE_USER_FLASH #define INCLUDE_NET_SHOW #define INCLUDE_STARTUP_SCRIPT #define INCLUDE_TFFS_DOSFS #define INCLUDE_TFFS_SHOW #define INCLUDE_SYM_TBL #define INCLUDE_STAT_SYM_TBL #define INCLUDE_SHELL #define INCLUDE_DOSFS_MAIN #define INCLUDE_DISK_UTIL #define INCLUDE_SHOW_ROUTINES #define INCLUDE_STANDALONE_SYM_TBL #define INCLUDE_IO_SYSTEM #endif