mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
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.