<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello<br>
    <br>
    It says in the RTEMS documentation that some managers are optional.<br>
    <br>
    I tried to remove the region manager from the kernel by modifying
    the file make/leaf.cfg see excerpt of top of file below:
    <br>
    <br>
    # make/leaf.cfg
    <br>
    #
    <br>
    #   Make(1) configuration file include'd by all leaf-node Makefiles
    <br>
    #
    <br>
    <br>
    #
    <br>
    # list of all known managers
    <br>
    # This list is used, along with $(MANAGERS) (set by app makefile)
    <br>
    #   to build the list of <b class="moz-txt-star"><span
        class="moz-txt-tag">*</span>not wanted<span class="moz-txt-tag">*</span></b>
    drivers.
    <br>
    #
    <br>
    # ref: target compiler config file for usage
    <br>
    #
    <br>
    <br>
    #MANAGER_LIST=barrier dpmem event io msg mp part
    <br>
    #MANAGER_LIST+=region sem signal timer rtmon ext
    <br>
    <br>
    MANAGER_LIST=barrier dpmem event io msg mp part
    <br>
    MANAGER_LIST+=sem signal timer rtmon ext
    <br>
    <br>
    <br>
    Then I compiled as usual including a bootstrap.
    <br>
    <br>
    However it did not seem to change anything?
    <br>
    <br>
    (The region symbols are still in the librtemscpu.a library)
    <br>
    <br>
    <br>
    What am I doing wrong ? should is set MANAGERS somewhere ?<br>
    <br>
    Best regards
    <br>
    <br>
    Reine Gill
    <br>
  </body>
</html>