charlotte-os / charlotte-core

The Kernel of CharlotteOS
GNU General Public License v3.0
115 stars 9 forks source link

Fixed the mess and have the VMM in a PR worthy state #104

Closed mdpatelcsecon closed 5 months ago

mdpatelcsecon commented 5 months ago

Implemented only the parts of the VMM that would be useful for the kernel at this point in development.

Closes #11

mdpatelcsecon commented 5 months ago

I've withdrawn this PR because even basic tests are failing in the VMM due to address validation code malfunctioning and integer overflow causing the Rust runtime to panic.

Clearly I submitted this PR way too prematurely.