hermit-os / hermit-entry

Hermit's loading and entry API.
https://crates.io/crates/hermit-entry
Apache License 2.0
5 stars 4 forks source link

Make `PlatformInfo::Uhyve::cpu_freq` a 64-Bit Number #35

Closed jounathaen closed 4 months ago

jounathaen commented 4 months ago

The current 32-Bit value will fail on a machine with more than 4.29GHz (which is not unlikely)

jounathaen commented 4 months ago

Ah, nevermind. I overlooked that it is in KHz