Hi everyone, I’m a software developer working on tools for Unix-like systems,
and lately, I’ve been exploring GNU Hurd. It’s a great project, but I’ve
noticed that we currently lack a standard way to monitor CPU temperature.It
would be awesome to have this integrated into the procfs translator, perhaps by
adding a hwmon node (like /proc/hwmon or a similar interface).I realize that
this would require the Mach microkernel to expose thermal data (likely via
ACPI). However, having a way to read temperatures is essential for system
safety and monitoring.Are there any plans for this, or maybe some
work-in-progress I could look at? I’d be happy to help with testing or provide
feedback from a developer's perspective.
Thanks guys