Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport setting a default handler in the IDT through a macro for automatic generation of wrapper functions #168
Conversation
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.
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.