imgtools_os/romkiteka2/tools/configpaging/configpaging.cfg
changeset 0 83f4b4db085c
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 #
       
     2 # System config v1.0
       
     3 #
       
     4 
       
     5 #
       
     6 # To set the default setting use:
       
     7 #	defaultpaged
       
     8 # Or
       
     9 #	defaultunpaged
       
    10 #
       
    11 # This will override the paged/unpaged flags in executables and any paged/unpaged attributes in iby files.
       
    12 # Do not use a default setting if the existing paged/unpaged flags/attributes are to be respected.
       
    13 #
       
    14 # To mark executables as not pageable use:
       
    15 #	<executable regex> unpaged
       
    16 # Or
       
    17 #	unpaged:
       
    18 #	<executable regex>
       
    19 #	<executable regex> 
       
    20 #
       
    21 # To include other configuration files within this configuration file use:
       
    22 #	include "<includefile>"
       
    23 #
       
    24 # Included files will be processed before the remaining lines of the parent file are processed. Included files
       
    25 # can themselves include other other files.
       
    26 
       
    27 include "configpaging_recommended.cfg"