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

Replace ASM files with #[naked] functions #35

Closed
iankronquist opened this issue Oct 2, 2017 · 2 comments
Closed

Replace ASM files with #[naked] functions #35

iankronquist opened this issue Oct 2, 2017 · 2 comments
Assignees

Comments

@iankronquist
Copy link
Owner

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

@s-mcf
Copy link
Contributor

s-mcf commented Oct 4, 2017

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.

@s-mcf s-mcf self-assigned this Oct 4, 2017
@iankronquist
Copy link
Owner Author

Deprecated in favor of a UEFI runtime service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants