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
Let's go pure rust on this. We're already using inline assembly, let's go all the way.
Remember to add a feature flag to lib.rs.
rust-lang/rust#32410
The text was updated successfully, but these errors were encountered:
We can use the x86-interrupt ABI and avoid writing inline assembly entirely.
Tracking issue: rust-lang/rust#20180 PR with some meager documentation: rust-lang/rust#39832 No RFC exists AFAIK.
Sorry, something went wrong.
Deprecated in favor of a UEFI runtime service.
s-mcf
No branches or pull requests
Let's go pure rust on this. We're already using inline assembly, let's go all the way.
Remember to add a feature flag to lib.rs.
rust-lang/rust#32410
The text was updated successfully, but these errors were encountered: