sysprog21/kvm-host

Not support arm machine

howjmay opened this issue · 1 comments

kvm-host doesn't support arm-based machine. Running make command, then the following results will be returned

~/kvm-host$ make
  CC	build/vm.o
src/vm.c:2:2: error: #error "This virtual machine requires Linux/x86_64."
    2 | #error "This virtual machine requires Linux/x86_64."
      |  ^~~~~
src/vm.c:5:10: fatal error: asm/bootparam.h: No such file or directory
    5 | #include <asm/bootparam.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:33: build/vm.o] Error 1
jserv commented

This task is considered as completed.