genode/repos/gems
Josef Söntgen ab77f94348 gems: add tool to write a GPT to a Block device
This component creates a GPT on a Block device. It supports the common
actions, as in adding, deleting and modifying entries in the GPT, while
considering alignment constraints. If needed it will round the length of
a partition down to meet those constraints. The component will not
perform layout checking, i.e., it does not care about overlapping
partitions. Only when apping a partition it will make sure that the
partition will fit.

Please read _repos/gems/src/app/gpt_write/README_ for more detailed
information on how to use the component and feel free to check out
_repos/gems/run/gpt_write.run_.

Fixes #2814.
2018-05-30 13:36:16 +02:00
..
include os: add Text_painter::Font::height method 2018-04-19 13:38:33 +02:00
lib Copy-on-write VFS plugin 2018-04-19 12:38:51 +02:00
recipes depot: qt5 recipes 2018-05-30 12:26:19 +02:00
run gems: add tool to write a GPT to a Block device 2018-05-30 13:36:16 +02:00
src gems: add tool to write a GPT to a Block device 2018-05-30 13:36:16 +02: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.