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

Edition 3: Published a new lazy_heap crate to streamline new version of heap allocation module #1307

Open
kennystrawnmusic opened this issue Mar 30, 2024 · 1 comment

Comments

@kennystrawnmusic
Copy link
Contributor

In my own kernel, I figured out how to initialize the heap using spin::Lazyand publish how I did it to crates.io to lighten the workload for everyone else. Might be worth considering as Edition 3 moves forward.

@kennystrawnmusic
Copy link
Contributor Author

Here's how I initialize this in my kernel for those who are curious about initialization procedures.

kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
kennystrawnmusic added a commit to kennystrawnmusic/lazy-heap that referenced this issue Mar 30, 2024
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

No branches or pull requests

1 participant