Skip to content

manijamali2003/wet-kernel

 
 

Repository files navigation

Wet kernel

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.

Screenshot from Wet kernel:

Created by Editor.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%