| commit | 6ff6b45b266b0ef0768d5172769ba1d725b10124 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Thu May 22 14:35:09 2025 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Wed Jun 11 19:46:15 2025 +0000 |
| tree | 1150c8f1c1b2393384d0c5e2e2b0b8336230971a | |
| parent | 043c0b4c1a89078eafe4c8faefa78ccbadf3a233 [diff] |
third_party/efistub: update to use PE entry point The old efistub used the EFI handover mechanism, which only exists for x86_64. Since Linux 5.8 x86_64 also supports the standard PE entry point which works the same for all supported architectures. That also has the benefit of no longer needing a weird hack to switch to SysV ABI to call into the kernel. Change-Id: Icd75599758e09d888a31c31f07967dfc78356fca Reviewed-on: https://review.monogon.dev/c/monogon/+/4213 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
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.