Overv / MineAssemble

A tiny bootable Minecraft clone written partly in x86 assembly
MIT License
1.04k stars 69 forks source link

Update Makefile #11

Closed F0bes closed 4 years ago

F0bes commented 4 years ago

Added -enable-kvm, makes game playable when running on Qemu guest

Note: Unsure if kvm support is available for most users, however Qemu from the arch repo is compiled with support for kvm.

Overv commented 4 years ago

Yeah, this should work fine on most setups.