| commit | bafa7bd7f5f1db44ed169d447ce56e6a196ed01d | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon Aug 04 13:59:23 2025 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Aug 04 12:55:12 2025 +0000 |
| tree | 0112c6d069d9a370fa47ebcab142da96b0b7f203 | |
| parent | 1f513e5ad4bd065e999a4c1d52526fb881328ee7 [diff] |
m/n/c/devmgr: increase buffer size The default kernel buffer size for the kobject connection results in frequent overruns while enumerating devices causing devmgr to restart and reenumerate. This causes log noise and slower boots, so fix this by adding an upstream patch to allow setting the buffer size and doing so. Change-Id: Iddf63f2b71ec600e8a0160cc5ede85af84a76aeb Reviewed-on: https://review.monogon.dev/c/monogon/+/4494 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:
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.