mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
5a558a64e1
When writing the GPT header, the tool always wrote the GPT entries belonging to the primary header to LBA following the header. Normally this is LBA 2 as the header is located in LBA 1. The GPT allows for up to 128 entries that all in all cover 16 KiB of storage space. However, on some systems, e.g. ARM-based machines, the bootloader can be stored in this region. For this reason the GPT entries may be moved to a different LBA. This commit changes the tool to adhere to then given GPE LBA in header when writing out the modified GPT data. Fixes #4720. |
||
---|---|---|
.. | ||
include | ||
lib | ||
ports | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
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.