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

feat(hal-x86_64): add LocalApic::check_error #504

Merged
merged 1 commit into from
Jan 5, 2025
Merged

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Jan 5, 2025

The local APIC has an ESR (Error Status Register) that can be read to get error bits. This is particularly useful in a handler for the local APIC error interrupt. We don't currently provide an API for looking at this register, so this PR adds one.

@hawkw hawkw enabled auto-merge (squash) January 5, 2025 17:02
@hawkw hawkw merged commit 993d1b9 into main Jan 5, 2025
17 of 18 checks passed
@hawkw hawkw deleted the eliza/lapic-check-err branch January 5, 2025 17:35
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

Successfully merging this pull request may close these issues.

1 participant