genode/repos/gems
Johannes Schlatow c0c2ed2bf5 tool/run: make qemu RAM sanity check more robust
First, the former implementation has only considered the pure numerical
variant of the -m argument. Yet, qemu also allows specifying the amount
of memory by `-m 1G`, `-m size=1G` and more.

Second, the default amount of memory for BOARD=pc was 512M (800M in case of okl4).
Since the depot_autopilot.run also required at least 768M on all
platforms it seems reasonable to take 800M as a default value for BOARD=pc and
thereby remove the special treatment of okl4.

genodelabs/genode#4311
2021-11-29 15:10:52 +01:00
..
include vfs/cbe_trust_anchor: fix bug in key decrypt 2021-10-13 14:50:46 +02:00
lib vfs/cbe_trust_anchor: AES-key-wrap private key 2021-10-13 14:50:46 +02:00
ports gems: update cbe port 2021-10-13 14:50:45 +02:00
recipes imx8q_evk: remove board support from repository 2021-11-29 15:10:51 +01:00
run tool/run: make qemu RAM sanity check more robust 2021-11-29 15:10:52 +01:00
src window_layouter: handle decorator margins at start 2021-11-29 15:10:51 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.