| commit | 0f8ce4c4d6554a48733aee83840ada9d10c89b1d | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Thu Sep 04 13:27:50 2025 +0200 |
| committer | Jan Schär <jan@monogon.tech> | Thu Sep 04 15:37:29 2025 +0000 |
| tree | 0ae89519661e88f38e06a195e43a1c881f0d4bdb | |
| parent | 07a39e2b168871f7cc4d50e26a3a474c1fcd99b6 [diff] |
m/node/allocs: split new package off m/node The metropolis/node package contains various unrelated things. One of these things are node-wide allocations of identifiers. These are moved here to the new metropolis/node/allocs package. Additionally, the constants are renamed to move the type of identifier in front. Change-Id: Ibc841ca64d4450a7054463e6d2d44753a118e07a Reviewed-on: https://review.monogon.dev/c/monogon/+/4566 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) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
git to check out modules.python3 to generate the workspace status to stamp./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.