This kernel written with Python programing language that you can run it on computer or other device (e.g. on cloud drives).
For build this kernel you should do:
1- Get Wet kernel with this command:
git clone https://github.com/wet-kernel/wet-kernel
3- Build the kernel:
cd ~/wet
than run:
make PREFIX=[install location] all
for example:
make PREFIX=~/Dropbox/wet all
4- Run the kernel
cd [installed directory]
than run:
python3 vmwet.pyc
for example:
cd ~/Dropbox/wet
python3 vmwet.pyc
Than login with root user account, for see commands run help command in kernel's shell.
Created by Editor.md
