genode/ports/src/app
Christian Prochaska 93faa9a36f Config option for GDB monitor RAM preservation
This patch allows to configure the amount of RAM that GDB monitor should
preserve for itself. The configuration syntax looks as follows:

<start name="gdb_monitor">
    <resource name="RAM" quantum="1G"/>
    <config>
        <target name="noux">
        <preserve name="RAM" quantum="2M"/>
        ...
    </config>
</start>

Fixes #190.
2012-04-23 15:32:22 +02:00
..
arora Skip building Arora if Qt4 repo is not present 2012-04-05 10:40:46 +02:00
gdb_monitor Config option for GDB monitor RAM preservation 2012-04-23 15:32:22 +02:00