| commit | 83da4226001e9ce1cc71e687418ab61fdff6cfc9 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Dec 16 02:49:50 2024 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Jan 27 17:17:17 2025 +0000 |
| tree | daee7dda9b76925db98ab20870f594ca088c2f0c | |
| parent | 1cd14f55663e33a6b6c42864395a8543fb325581 [diff] |
osbase/bringup: Add panichandler and pstore handling This expands bringup to use cgroups, adds our panichandler and implements a redirect of stdout and stderr. The last one for intercepting using it with the race detector or third party code which uses said outputs. By adding RunWith it is now possible to add metrics collection and LogTree filtering. Change-Id: I9795d7b1d7f66cc67003dbaee0aadf134ebdba65 Reviewed-on: https://review.monogon.dev/c/monogon/+/3705 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI Reviewed-by: Jan Schär <jan@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.