Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from memN0ps/dev
Browse files Browse the repository at this point in the history
Enhancements: Multi-Core Support, Memory Management, and Refactoring
  • Loading branch information
memN0ps authored Jun 24, 2024
2 parents 5ccc0f3 + 510f839 commit 35e9dc7
Show file tree
Hide file tree
Showing 26 changed files with 1,007 additions and 534 deletions.
1 change: 0 additions & 1 deletion hypervisor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ bstr = { version = "1.9.0", default-features = false } # https://crates.io/crate
derivative = { version = "2.2.0", features = ["use_core"]} # https://crates.io/crates/derivative
spin = "0.9" # https://crates.io/crates/spin
lde = "0.3.0" # https://crates.io/crates/lde
heapless = "0.8.0" # https://crates.io/crates/heapless
shared = { path = "../shared" }
102 changes: 0 additions & 102 deletions hypervisor/src/allocate.rs

This file was deleted.

Loading

0 comments on commit 35e9dc7

Please sign in to comment.