• Jeffrey Lee's avatar
    Allow runtime adjustment of AplWorkMaxSize · 0aeea07f
    Jeffrey Lee authored
    Detail:
    This adds a new OS_DynamicArea reason code, 26, for adjusting
    AplWorkMaxSize at runtime. This allows compatibility tools such as
    Aemulor to adjust the limit without resorting to patching the kernel.
    Any adjustment made to the value will affect the upper limit of
    application space, and the lower limit of dynamic area placement.
    Attempting to adjust beyond the compile-time upper/default limit, or
    such that it will interfere with existing dynamic areas / wimpslots,
    will result in an error.
    
    Relevant forum thread:
    https://www.riscosopen.org/forum/forums/11/topics/14734
    
    Admin:
    Tested on BB-xM, desktop active & inactive
    
    Version 6.24. Tagged as 'Kernel-6_24'
    0aeea07f
OSMem 8.27 KB