We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Grepped through the code, I found nice TODO:
kerla/kernel/interrupt.rs
Lines 8 to 11 in 2ff75ca
We want to have
[Option::<Box<dyn FnMut() + Send + Sync>>::None; 255]
instead of
BTreeMap<u8, Box<dyn FnMut() + Send + Sync>>
as an IRQ handler's map.
If I get it right, I will make a pull request.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Grepped through the code, I found nice TODO:
kerla/kernel/interrupt.rs
Lines 8 to 11 in 2ff75ca
We want to have
instead of
as an IRQ handler's map.
If I get it right, I will make a pull request.
The text was updated successfully, but these errors were encountered: