| commit | 51c6748c2158d7dbc1ec79ada63a5e68a27f8533 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Mon May 05 13:11:55 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Thu May 08 18:26:46 2025 +0000 |
| tree | 0e14029e3c73d4130b388904aba3237a7224f157 | |
| parent | 230a31aec7de7270e5a89a81443f69f9525ad4db [diff] |
treewide: implement basic aarch64 support This adds aarch64 platforms, and some fixes for aarch64 support. This is not yet complete; e.g. toolchains for aarch64 targets are still missing. I renamed the amd64 platforms to x86_64 and efi to uefi for consistency with @platforms. syscall.Dup2 does not exist on arm64, but unix.Dup2 does. Change-Id: I3ab081b2b852945b723ec83768f79000b8c4def4 Reviewed-on: https://review.monogon.dev/c/monogon/+/4173 Reviewed-by: Lorenz Brun <lorenz@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:
/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.