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

Open
wants to merge 2 commits into
base: master
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 Sep 23, 2020
phil-opp added 2 commits Jul 6, 2020
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.
@phil-opp phil-opp force-pushed the idt-set-default-handler branch from a5fdb5e to 10c4d09 Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

1 participant
You can’t perform that action at this time.