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

Migrate to Rust for Linux #13

Merged
merged 3 commits into from
Jul 4, 2022
Merged

Migrate to Rust for Linux #13

merged 3 commits into from
Jul 4, 2022

Conversation

jbaublitz
Copy link
Owner

No description provided.

@jbaublitz jbaublitz self-assigned this Jul 4, 2022
@jbaublitz jbaublitz merged commit 5f39692 into master Jul 4, 2022
Copy link

@wedsonaf wedsonaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool!

parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
Copy link

@ojeda ojeda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for migrating it!

parrot.rs Show resolved Hide resolved
parrot.rs Show resolved Hide resolved
frames.rs Show resolved Hide resolved
@@ -0,0 +1,73 @@
use core::sync::atomic::{AtomicUsize, Ordering};
use kernel::{
bindings::msleep,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have the time, please submit a PR to add msleep to the kernel crate -- the idea is that, in the future, modules do not use bindings directly.

Makefile Show resolved Hide resolved
@jbaublitz jbaublitz mentioned this pull request Jul 5, 2022
@jbaublitz jbaublitz deleted the rust-for-linux branch January 22, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants