https://github.com/tpot/dos-vmm
16-bit x86 real mode hypervisor/VMM from scratch
https://github.com/tpot/dos-vmm
Last synced: 23 days ago
JSON representation
16-bit x86 real mode hypervisor/VMM from scratch
- Host: GitHub
- URL: https://github.com/tpot/dos-vmm
- Owner: tpot
- Created: 2024-05-10T01:27:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T08:37:23.000Z (about 2 years ago)
- Last Synced: 2024-05-12T09:29:06.906Z (about 2 years ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dos-vmm
Writing an 16-bit x86 real mode hypervisor/VMM from scratch to run MS-DOS. Yes, there are many like it, but this one is mine.
Idea kicked off by the recent release of the [MS-DOS source code](https://github.com/microsoft/MS-DOS) by Microsoft, and by me stumbling onto a blog post on [Building a hypervisor, 1: KVM Introduction](https://iovec.net/2024-01-29).
# Resources
* [Linux KVM Documentation](https://dri.freedesktop.org/docs/drm/virt/kvm/index.html)