-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Example with x86_64 crate? #78
Comments
This seems like an x86_64 issue since acpi has no In any case, which |
This makes it possible to use the method with trait objects. Resolves rust-osdev/acpi#78
Yeah, I think we can relax this. I opened rust-osdev/x86_64#204 for this. |
Hi, always nice to hear of people using the library! I'm afraid I don't have much experience with the EDIT: ah looks like Phil's on it :) hope you get this working @luis-hebendanz! |
Damn you guys are fast! Thanks for the help :D |
Try using |
Wow it worked. I have no idea why but it worked! Now I have to sit down and find out why and how :) |
Let me try to explain this in a bit more detail: The last error had nothing to do with the When you use the All generic parameters in Rust have an implicit I hope this makes things clearer! |
You are awesome! |
This makes it possible to use the method with trait objects. Resolves rust-osdev/acpi#78
Hello!
I tried to use this library but miserably failed to do so while battling with the rust compiler.
Could you add a little example while using the x86_64 crates FrameAllocator & OffsetPageTable?
I would deeply appreciate it :)
I tried using a struct like this:
but this failed with the error:
The text was updated successfully, but these errors were encountered: