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

hal/ia32: Rename dr4 and dr5 to dr6 and dr7 #414

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Commits on Jul 11, 2023

  1. hal/ia32: Rename dr4 and dr5 to dr6 and dr7

    Debug registers DR4 and DR5 are reserved when debug extensions are
    enabled (when the DE flag in control register CR4 is set) and attempts
    to reference the DR4 and DR5 registers cause invalid-opcode exceptions
    (#UD). When debug extensions are not enabled (the DE flag is clear),
    these registers are aliased to debug registers DR6 and DR7
    
    JIRA: RTOS-307
    astalke committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0fd23fd View commit details
    Browse the repository at this point in the history