Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 621 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 621 Bytes

HypoV pipeline status

64-bit hypervisor for funzies.

Compilation

Installing dependencies (Debian/Ubuntu/Linux Mint/stb...)

$ sudo apt-get -y install build-essential yasm grub-common grub-pc-bin xorriso libncurses-dev ruby xz-utils

Configuration via Kconfig

$ make menuconfig

Compiling (hypov.bin)

$ make

Generating the ISO (hypov.iso)

$ make iso

Running inside QEMU

qemu-system-x86_64 -boot d -cdrom hypov.iso -m 512