Alexander van der Grinten
Alexander van der Grinten
Emitted from here: https://github.com/systemd/systemd/blob/v256.8/src/firstboot/firstboot.c#L765
This was reported by @Qwinci while running the Prism launcher for Minecraft:
The problem with printing out on stdout is that it's quite big. Could we add some kind of dummy job that just emit the file?
Sounds good. We can think about web UI integration as a second step.
We now build and test `managarm-system-rs`, but we are still missing lints (i.e, `cargo fmt` + `cargo clippy`).
Here `pci-irq.0-4-0` is EHCI (should be unused), `pci-irq.0-7-0` is `virtio-net` (used heavily in this workload) and there are also two dmalog devices attached to `io-apic.0:11` (that are not logged in...
For commands like `configure`/`build`/`install` that compute a build plan, this can be achieved by `--check`.
Do we really want to pass a number of threads to wake or do we want a `bool wake_all` argument for `sys_futex_wake()`?
Passing a count only makes sense if we have an actual use for that (barriers sounds like valid one indeed). It's more about making the interfaces not more general than...