mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
4a68f6bf75
Snapshots must only be removed when securing the superblock. Otherwise, the last secured superblock might get corrupted. The Free Tree allocation algorithm would not consider the deleted snapshots anymore although they are still active in the secured superblock and re-use their blocks. This would render the tresor container unusable if the superblock with the deleted snapshots is not secured in the end (driver crash, power down, ...). Ref #5077 |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in 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.