https://github.com/vlmarkov/linux-hypervisor
Linux Hypervisor type 2
https://github.com/vlmarkov/linux-hypervisor
hypervisor linux-kernel-module
Last synced: about 1 month ago
JSON representation
Linux Hypervisor type 2
- Host: GitHub
- URL: https://github.com/vlmarkov/linux-hypervisor
- Owner: vlmarkov
- Created: 2019-05-01T10:10:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T13:50:24.000Z (almost 6 years ago)
- Last Synced: 2024-07-08T21:49:18.141Z (10 months ago)
- Topics: hypervisor, linux-kernel-module
- Language: C
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux-Hypervisor
Simple Linux Hypervisor type 2 driver
- supports ```vmxon``` and ```vmxoff``` operations
- virtualization must be enabled in BIOSUsefull links:
- https://rayanfam.com/topics/hypervisor-from-scratch-part-1/
- http://virtualizationtechnologyvt.blogspot.com/
- https://github.com/yulyugin/vmlatency
- https://habr.com/ru/post/419065/