Skip to content
New issue

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

get rid of serial-port line wrapping logic #493

Open
hawkw opened this issue Dec 29, 2024 · 0 comments
Open

get rid of serial-port line wrapping logic #493

hawkw opened this issue Dec 29, 2024 · 0 comments
Assignees

Comments

@hawkw
Copy link
Owner

hawkw commented Dec 29, 2024

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.

@hawkw hawkw self-assigned this Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant