-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(x86_64): make raw IDT methods public (#487)
MnemOS would like us to provide lower-level access to the IDT in `hal-x86_64` so that they can work around the nice, high level abstractions we worked so hard to provide for them (see tosc-rs/mnemos#337). This PR capitulates to mnemOS' demands by making the IDT methods for registering raw ISR functions public. I hope mnemOS doesn't shoot themselves in the foot using this :)
- Loading branch information
Showing
2 changed files
with
93 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters