|
MAP attribute |
Top Previous Next |
|
The configurer allows you to change the particular module that is selected for particular functions. The only time that most users may need to be aware of this mechanism is if they wish to change the kernel's default behaviour, for example, by changing the number of available EDMA channels.
Each MAP attribute takes the following form:
MAP attribute = "MAP", "=" Logical module, ":", Actual module; Logical module = identifier; Actual module = identifier;
The following example causes the configurer to load a module called EDMA32 when asked to load one called DMA:
MAP=DMA:EDMA32 |