We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sometimes it makes decisions that just look really terrible. for example:
[ ?.??????][?] │┌LocalApic::start_periodic_timer: interval=10ms [ ?.??????][*] │├hal_x86_64::interrupt::apic::local: CPUID contains hypervisor info [ ?.??????][*] │├hal_x86_64::interrupt::apic::local: hypervisor.apic_frequency=Some( ││ 1000000, ││ ) [ ?.??????][?] │├hal_x86_64::interrupt::apic::local: determ ││ ined APIC frequency from CPUID hypervisor info, frequency_hz=62
why did you have to write
determ ined APIC frequency
We should just print the whole log on one line I guess.
The text was updated successfully, but these errors were encountered:
hawkw
No branches or pull requests
sometimes it makes decisions that just look really terrible. for example:
why did you have to write
We should just print the whole log on one line I guess.
The text was updated successfully, but these errors were encountered: