A type 1 hypervisor written entirely from scratch in Rust

2 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

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

A type 1 hypervisor written entirely from scratch in Rust

Rust

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

A type 1 hypervisor written entirely from scratch in Rust

Rust