Changes between Version 4 and Version 5 of rdk_driver


Ignore:
Timestamp:
Mar 28, 2015, 2:20:25 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rdk_driver

    v4 v5  
    55The [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.
    66
    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.
     7This 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.
    88
    99This driver is called by the generic FAT handler, when the USE_IOC_RDK flag is set in the hard_config.h file.