| commit | 8ae96a4ba3dc7cca7794acd011d558872cf0f041 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Wed Apr 17 12:46:32 2024 +0000 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Wed Apr 17 13:00:58 2024 +0000 |
| tree | a8cecb808e3fbb3600882c69d1d57cf2f77a03a2 | |
| parent | 322e0d9f8f234e08e7dd3422ebda54a29b6cb95f [diff] |
m/p/erofs: handle metadata alignment correctly allocateMetadata has an alignment argument but doesn't pass that down to findBlocks, instead opting to hardcode it to 32. Pass down the alignment argument and add support for zero alignment to findBlocks. This does not cause any functional changes as this function was only ever called with 32 alignment and once at the zero position with 0 alignment, but the zero position is aligned to every possible alignment anyways. Change-Id: Iad44e2a5ae5a99cf9449bba3ec88116e0e009b64 Reviewed-on: https://review.monogon.dev/c/monogon/+/2987 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix: #monogon-os-community:matrix.org.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.