Skip to content

heki-linux/lvbs-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure linux kernel to run in VTL1.

Secure kernel is loaded in binary format.

To build :

make mshv_sk_defconfig

make -j$(nproc --ignore 1) vmlinux

objcopy -O binary -R .note -R .comment -S vmlinux vmlinux.bin

To clean:

make clean

or

make distclean

About

Linux kernel source tree with changes to support LVBS with Hyper-V

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Assembly 0.7%
  • Shell 0.4%
  • Makefile 0.2%
  • Python 0.2%
  • Perl 0.1%
  • Other 0.1%