Open Issues Need Help
View All on GitHub Get rid of all clippy warnings 2 months ago
AI Summary: Resolve all Clippy warnings in the Funderberker Rust hypervisor project. This involves identifying and fixing style and potential bug warnings flagged by the Clippy linter.
Complexity:
4/5
good first issue
Setup own stack and ditch Limine's default one 2 months ago
AI Summary: Implement a custom stack management system for the Funderberker hypervisor, replacing the reliance on Limine's default stack to enable the use of `BOOTLOADER_RECLAIMABLE` memory. This involves designing and implementing a new stack allocator and integrating it into the hypervisor's boot process.
Complexity:
4/5
enhancement good first issue