https://github.com/nuta/hypervisor-in-1000-lines
Writing a hypervisor in 1,000 lines.
https://github.com/nuta/hypervisor-in-1000-lines
Last synced: 10 months ago
JSON representation
Writing a hypervisor in 1,000 lines.
- Host: GitHub
- URL: https://github.com/nuta/hypervisor-in-1000-lines
- Owner: nuta
- License: other
- Created: 2025-07-08T13:48:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T14:44:41.000Z (10 months ago)
- Last Synced: 2025-09-01T21:48:49.171Z (10 months ago)
- Language: Rust
- Homepage: https://1000hv.seiya.me
- Size: 203 KB
- Stars: 48
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Writing a Hypervisor in 1,000 Lines
This repository contains the source code for the website [Hypervisor in 1,000 Lines](https://1000hv.seiya.me/en), and a reference implementation.