Moxie
Moxie is an amd64 bare metal hypervisor/kernel part of the knall project.
Moxie, at the moment has the following features:
- full VGA/Vesa Graphics support
- HID device support, such as serial and usb
- A safe error handler allowing the system to stabilize itself to make sure you can save your work before further issues occur
- Fully memory safe - thanks to rust, applications and drivers are only permitted to access the part of memory the kernel assigns to it, preventing bad programs from screwing with your stuff
- A work in progress hypervisor, powered by the bareflank SDK
Links:
Github