Skip to content

gfoudree/HypervisorStackGuard

Repository files navigation

HypervisorStackGuard

Installing

Patching kernel

  • Download & extract Linux Kernel 4.19.24
  • Run patch -p0 < kvm.patch from outside of the kernel folder
  • Build and install Kernel

Reloading KVM kernel module

make modules -j 2 && make modules_install && rmmod kvm_intel && rmmod kvm && modprobe kvm && modprobe kvm_intel

Running

16-bit kernel

  • cd simple_kernel && make && make run
  • The hypercall should be logged in the VMM's dmesg

Troubleshooting

`mount: /vagrant: unknown filesystem type 'vboxsf'.``

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors