Changes between Version 4 and Version 5 of rdk_driver
- Timestamp:
- Mar 28, 2015, 2:20:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rdk_driver
v4 v5 5 5 The [source:soft/giet_vm/giet_drivers/rdk_driver.c rdk_driver.c] and [source:soft/giet_vm/giet_drivers/rdk_driver.h rdk_driver.h] files define the RDK driver. 6 6 7 This driver supports RAMDISK, that is a virtual disk implemented as a memory segment, in the physical address space. The ramdisk vseg must be defined in the mapping.7 This driver supports a RAMDISK, that is a virtual disk implemented as a memory segment, in the physical address space. The ramdisk vseg must be defined in the mapping. 8 8 9 9 This driver is called by the generic FAT handler, when the USE_IOC_RDK flag is set in the hard_config.h file.