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

Support setting a default handler in the IDT through a macro for automatic generation of wrapper functions #168

Closed
wants to merge 2 commits into from

Conversation

phil-opp
Copy link
Member

@phil-opp phil-opp commented Jul 7, 2020

Fixes #167

This is still an early prototype. I'm only opening this PR to get the CI running in order to evaluate the compile time impact of this change.

@phil-opp phil-opp marked this pull request as ready for review September 23, 2020 07:27
It is now aware of x86_64-specific exceptions and correctly handles reserved exceptions and exceptions without error code. The third argument is now optional and can be an index or a range. If it is omitted, all non-reserved entries of the IDT are set.
@rybot666 rybot666 marked this pull request as draft November 8, 2020 11:14
@phil-opp phil-opp added the waiting-on-author Waiting for the author to act on review feedback. label Dec 28, 2020
@phil-opp
Copy link
Member Author

phil-opp commented Nov 7, 2021

Closing in favor of #285, which implements the same functionality, but without requiring the heavy proc macro dependency.

@phil-opp phil-opp closed this Nov 7, 2021
@phil-opp phil-opp deleted the idt-set-default-handler branch April 20, 2022 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-on-author Waiting for the author to act on review feedback.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user provided function for Missing Entries in IDT
1 participant